removed tests for deprecated macro BOOST_NO_STD_UNORDERED from Boost.Config

[SVN r81596]
This commit is contained in:
Marshall Clow
2012-11-27 20:51:48 +00:00
parent c75a778214
commit 513a54edea
9 changed files with 9 additions and 124 deletions
-10
View File
@@ -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;