mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
C++14 is minimum.
This commit is contained in:
@@ -109,11 +109,7 @@
|
||||
|
||||
/// The return value of the function is solely a function of the arguments.
|
||||
///
|
||||
#if __cplusplus < 201402
|
||||
# define BX_CONSTEXPR_FUNC BX_CONST_FUNC
|
||||
#else
|
||||
# define BX_CONSTEXPR_FUNC constexpr BX_CONST_FUNC
|
||||
#endif // __cplusplus < 201402
|
||||
#define BX_CONSTEXPR_FUNC constexpr BX_CONST_FUNC
|
||||
|
||||
///
|
||||
#define BX_STATIC_ASSERT(_condition, ...) static_assert(_condition, "" __VA_ARGS__)
|
||||
|
||||
Reference in New Issue
Block a user