diff options
-rw-r--r-- | swig/zypp.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/swig/zypp.i b/swig/zypp.i index 9935197..5c1c5fc 100644 --- a/swig/zypp.i +++ b/swig/zypp.i @@ -20,6 +20,8 @@ #define BOOST_NO_CXX11_NOEXCEPT #define BOOST_NO_CXX11_RVALUE_REFERENCES #define BOOST_NO_CXX11_SMART_PTR +#define BOOST_CONSTEXPR +#define BOOST_CONSTEXPR_OR_CONST const #define constexpr %{ |