We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05aeb8 commit 5c8dc08Copy full SHA for 5c8dc08
dev/functional/config.h
@@ -49,10 +49,6 @@
49
#define SQLITE_ORM_CPP20_RANGES_SUPPORTED
50
#endif
51
52
-#if __cpp_lib_semaphore >= 201907L
53
-#define SQLITE_ORM_CPP20_SEMAPHORE_SUPPORTED
54
-#endif
55
-
56
#if __cpp_lib_generator >= 202207L
57
#define SQLITE_ORM_CPP23_GENERATOR_SUPPORTED
58
include/sqlite_orm/sqlite_orm.h
@@ -297,10 +297,6 @@ using std::nullptr_t;
297
298
299
300
301
302
303
304
305
306
0 commit comments