jzmaddock
|
b97ab76eae
|
Big clean up to fix issues identified by the inspect program.
Regenerate docs.
|
2019-08-20 18:51:17 +01:00 |
|
jzmaddock
|
6ef16c8d90
|
Add BOOST_ATTRIBUTE_NO_UNIQUE_ADDRESS.
See https://github.com/boostorg/config/issues/257.
|
2019-04-02 18:40:25 +01:00 |
|
jzmaddock
|
85b4600817
|
Add BOOST_ATTRIBUTE_NODISCARD.
See https://github.com/boostorg/config/issues/258.
|
2019-04-01 19:30:31 +01:00 |
|
jzmaddock
|
38a9ed16db
|
Correct BOOST_UNREACHABLE_RETURN usage in test case.
|
2019-04-01 17:21:14 +01: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 |
|
jzmaddock
|
003d33725e
|
Add helper macro - BOOST_ATTRIBUTE_UNUSED - to suppress unused type/variable warnings.
|
2014-10-11 13:10:25 +01:00 |
|