mirror of
https://github.com/boostorg/config.git
synced 2026-04-29 02:24:13 +02:00
removed tests for deprecated macro BOOST_NO_STD_UNORDERED from Boost.Config
[SVN r81596]
This commit is contained in:
@@ -42,11 +42,6 @@ namespace boost_no_cxx11_hdr_chrono = empty_boost;
|
||||
#else
|
||||
namespace boost_no_cxx11_hdr_functional = empty_boost;
|
||||
#endif
|
||||
#ifndef BOOST_NO_STD_UNORDERED
|
||||
#include "boost_no_std_unordered.ipp"
|
||||
#else
|
||||
namespace boost_no_std_unordered = empty_boost;
|
||||
#endif
|
||||
#ifndef BOOST_NO_CTYPE_FUNCTIONS
|
||||
#include "boost_no_ctype_functions.ipp"
|
||||
#else
|
||||
@@ -946,11 +941,6 @@ int main( int, char *[] )
|
||||
std::cerr << "Failed test for BOOST_HAS_TR1_FUNCTION at: " << __FILE__ << ":" << __LINE__ << std::endl;
|
||||
++error_count;
|
||||
}
|
||||
if(0 != boost_no_std_unordered::test())
|
||||
{
|
||||
std::cerr << "Failed test for BOOST_NO_STD_UNORDERED at: " << __FILE__ << ":" << __LINE__ << std::endl;
|
||||
++error_count;
|
||||
}
|
||||
if(0 != boost_no_ctype_functions::test())
|
||||
{
|
||||
std::cerr << "Failed test for BOOST_NO_CTYPE_FUNCTIONS at: " << __FILE__ << ":" << __LINE__ << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user