7 Commits

Author SHA1 Message Date
Andrey Semashev
ddc6cc25a9 Actualized includes of ref.hpp. 2022-12-22 18:59:27 +03:00
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
Peter Dimov
370a74c249 Avoid self-assignment warning in ref_ct_test.cpp 2021-11-01 01:41:54 +02:00
Glen Fernandes
ac4c781cac Include lightweight_test from core and workaround from config 2020-01-01 09:02:46 -05:00
Peter Dimov
b6b2147311 Switch ref_ct_test to core::is_same. 2014-06-10 03:41:03 +03:00
Peter Dimov
ba9f0e47a1 Remove unnecessary includes and workarounds from ref_ct_test. 2014-06-01 01:51:40 +03:00
Peter Dimov
5dd86f3ac4 Move and rename test files. 2014-06-01 01:31:54 +03:00