From dea0ec0a8a3f4cdda125f70d38ed685caba33cbe Mon Sep 17 00:00:00 2001 From: ThePhD Date: Mon, 28 Aug 2017 09:38:30 -0400 Subject: [PATCH] update single and properly group tests --- single/sol/sol.hpp | 6 +++--- sol/feature_test.hpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/single/sol/sol.hpp b/single/sol/sol.hpp index 3498b9fa..68964aa1 100644 --- a/single/sol/sol.hpp +++ b/single/sol/sol.hpp @@ -20,8 +20,8 @@ // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // This file was generated with a script. -// Generated 2017-08-27 06:10:15.120314 UTC -// This header was generated with sol v2.18.1 (revision 64baf6e) +// Generated 2017-08-28 13:38:08.132808 UTC +// This header was generated with sol v2.18.1 (revision 043deed) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_HPP @@ -61,7 +61,7 @@ // beginning of sol/feature_test.hpp -#if (defined(__cplusplus) && __cplusplus == 201703L) || (defined(_MSC_VER) && _MSC_VER > 1900 && (defined(_HAS_CXX17) && _HAS_CXX17 == 1) || (_MSVC_LANG > 201402)) +#if (defined(__cplusplus) && __cplusplus == 201703L) || (defined(_MSC_VER) && _MSC_VER > 1900 && ((defined(_HAS_CXX17) && _HAS_CXX17 == 1) || (defined(_MSVC_LANG) && _MSVC_LANG > 201402))) #ifndef SOL_CXX17_FEATURES #define SOL_CXX17_FEATURES 1 #endif // C++17 features macro diff --git a/sol/feature_test.hpp b/sol/feature_test.hpp index b61eb1ad..a93e8c93 100644 --- a/sol/feature_test.hpp +++ b/sol/feature_test.hpp @@ -22,7 +22,7 @@ #ifndef SOL_FEATURE_TEST_HPP #define SOL_FEATURE_TEST_HPP -#if (defined(__cplusplus) && __cplusplus == 201703L) || (defined(_MSC_VER) && _MSC_VER > 1900 && (defined(_HAS_CXX17) && _HAS_CXX17 == 1) || (defined(_MSVC_LANG) && _MSVC_LANG > 201402)) +#if (defined(__cplusplus) && __cplusplus == 201703L) || (defined(_MSC_VER) && _MSC_VER > 1900 && ((defined(_HAS_CXX17) && _HAS_CXX17 == 1) || (defined(_MSVC_LANG) && _MSVC_LANG > 201402))) #ifndef SOL_CXX17_FEATURES #define SOL_CXX17_FEATURES 1 #endif // C++17 features macro