Skip to content

Commit 81229d9

Browse files
committed
Merge branch 'cppflow2' of github.com:serizba/cppflow into cppflow2
2 parents 2aa4a1e + 4eedf6d commit 81229d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cppflow/context.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace cppflow {
4040
};
4141

4242
// TODO: create ContextManager class if needed
43-
static context global_context;
43+
inline context global_context;
4444

4545
}
4646

0 commit comments

Comments
 (0)