Skip to content

Commit 4eedf6d

Browse files
authored
Merge pull request #65 from ljn917/cppflow2-fix
Bug fix: global_context should be inline
2 parents dc2901c + cf98a8b commit 4eedf6d

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)