Peter Dimov
|
f6fdfb9291
|
Define BOOST_CLANG_VERSION
|
2021-07-04 18:49:01 +03:00 |
|
Glen Fernandes
|
c6817bf70e
|
Implement BOOST_OVERRIDE
|
2020-04-09 16:22:41 -04:00 |
|
Edward Diener
|
4fdd8bf833
|
Changed from boost_no_union_static_data to boost_no_cxx11_unrestricted_union, in both files and macro name. Implemented extended functionality for user-defined classes with non-trivial special member functions in test.
|
2019-12-11 21:58:12 -05:00 |
|
Edward Diener
|
4031128717
|
Added defect macro BOOST_NO_CXX11_UNION_STATIC_DATA for compilers which do not support unions with static data.
|
2019-12-11 00:33:25 -05:00 |
|
Zach Laine
|
15d78e548f
|
Add BOOST_NO_CXX17_IF_CONSTEXPR.
|
2018-03-06 17:44:52 -06:00 |
|
Andrey Semashev
|
4a58e5360a
|
Added BOOST_MAY_ALIAS and BOOST_NO_MAY_ALIAS macros.
The macros can be used to mark types that can alias other types (i.e. break
C++ strict aliasing rules).
|
2017-07-12 17:51:53 +03:00 |
|
Glen Fernandes
|
a6ccb8f910
|
Add BOOST_NO_CXX17_FOLD_EXPRESSIONS detection
|
2017-05-29 10:29:17 -04:00 |
|
Glen Fernandes
|
1995778211
|
Add BOOST_NO_CXX17_INLINE_VARIABLES detection
|
2017-05-29 10:01:36 -04:00 |
|
Glen Fernandes
|
fe06370972
|
Add BOOST_NO_CXX17_STRUCTURED_BINDINGS detection
|
2017-05-29 09:57:18 -04:00 |
|
jzmaddock
|
4fc32ad70a
|
Add support for C++11 thread_local.
|
2016-07-02 09:09:19 +01:00 |
|
jzmaddock
|
046b9d95e0
|
Tentative fix for IMB clang compiler failures.
Remove __int128 support - not supported by this compiler.
Make sure correct compiler config is selected.
|
2015-06-23 18:44:03 +01:00 |
|
Catherine Morton
|
b283567200
|
adding toolset for xlcpp
|
2015-06-02 12:45:43 -04:00 |
|