1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add macro SPROUT_NON_CONSTEXPR

This commit is contained in:
bolero-MURAKAMI 2013-11-02 18:28:18 +09:00
parent 6b1ef202d8
commit 1132d08f23
37 changed files with 209 additions and 204 deletions

View file

@ -29,7 +29,7 @@ namespace sprout {
private:
struct dummy {
public:
void nonnull() {}
SPROUT_CXX14_CONSTEXPR void nonnull() {}
};
typedef void (dummy::*safe_bool)();
public: