Skip to content

Commit 5c8dc08

Browse files
committed
Removed now unused feature macro test for semaphore
1 parent b05aeb8 commit 5c8dc08

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

dev/functional/config.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@
4949
#define SQLITE_ORM_CPP20_RANGES_SUPPORTED
5050
#endif
5151

52-
#if __cpp_lib_semaphore >= 201907L
53-
#define SQLITE_ORM_CPP20_SEMAPHORE_SUPPORTED
54-
#endif
55-
5652
#if __cpp_lib_generator >= 202207L
5753
#define SQLITE_ORM_CPP23_GENERATOR_SUPPORTED
5854
#endif

include/sqlite_orm/sqlite_orm.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,6 @@ using std::nullptr_t;
297297
#define SQLITE_ORM_CPP20_RANGES_SUPPORTED
298298
#endif
299299

300-
#if __cpp_lib_semaphore >= 201907L
301-
#define SQLITE_ORM_CPP20_SEMAPHORE_SUPPORTED
302-
#endif
303-
304300
#if __cpp_lib_generator >= 202207L
305301
#define SQLITE_ORM_CPP23_GENERATOR_SUPPORTED
306302
#endif

0 commit comments

Comments
 (0)