1
0
forked from boostorg/core
Commit Graph

6 Commits

Author SHA1 Message Date
Andrey Semashev
86bf1d4aec Deprecated boost::core::is_same and the associated header.
Moved is_same implementation to detail (both directory and namespace)
to use in the public headers and avoid introducing new dependencies.
The documentation now recommends users to use Boost.TypeTraits or
C++ standard library instead.

Also, removed unnecessary includes and added missing ones in a few
places.
2022-12-22 17:55:47 +03:00
Nikita Kniazev
080e8581d5 Add deprecation warnings for headers in detail dir 2019-11-23 16:53:32 +03:00
Peter Dimov
2b18ddfbce Fix detail_iterator_test.cpp for libc++. 2014-06-07 01:01:08 +03:00
Peter Dimov
231f4406e9 Initialize arrays. The const case was illegal without an initializer. 2014-06-06 23:12:58 +03:00
Peter Dimov
dd1121d589 Split BOOST_TEST_TRAIT_* into lightweight_test_trait.hpp. 2014-06-06 15:17:16 +03:00
Peter Dimov
67edf2fdea Add test for boost/detail/iterator.hpp. 2014-06-06 03:07:46 +03:00