Workaround for Oracle Developer Studio

Oracle Developer Studio needs same workaround as VIsual Studio
This commit is contained in:
vahtis
2021-03-25 11:32:37 +02:00
committed by GitHub
parent 9c2aa8d193
commit 6ab27d5689

View File

@ -112,6 +112,8 @@
// Define BOOST_OPERATORS_CONSTEXPR to be like BOOST_CONSTEXPR but empty under MSVC < v19.22
#if BOOST_WORKAROUND(BOOST_MSVC, < 1922)
#define BOOST_OPERATORS_CONSTEXPR
#elif defined __sun
#define BOOST_OPERATORS_CONSTEXPR
#else
#define BOOST_OPERATORS_CONSTEXPR BOOST_CONSTEXPR
#endif