Skip to content

Commit

Permalink
Using same CPP guard for unit test like for row extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
trueqbit committed Jul 19, 2023
1 parent 64e1e91 commit 98ea584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/static_tests/row_extractor.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <sqlite_orm/sqlite_orm.h>
#ifdef SQLITE_ORM_CONCEPTS_SUPPORTED
#ifdef SQLITE_ORM_CPP20_CONCEPTS_SUPPORTED
#define ENABLE_THIS_UT
#endif

Expand Down

0 comments on commit 98ea584

Please sign in to comment.