forked from boostorg/config
Temporarily printed __IBMCPP__. Maybe I typed in the wrong version number at [61848], because there are still value initialization failures at http://www.boost.org/development/tests/trunk/developer/output/IBM_Canada_Ltd-boost-bin-v2-libs-config-test-config_test-test-vacpp-debug.html
[SVN r61873]
This commit is contained in:
@ -971,9 +971,15 @@ namespace boost_no_complete_value_initialization
|
|||||||
<< num_failures_of_temporaries << '+'
|
<< num_failures_of_temporaries << '+'
|
||||||
<< num_failures_of_heap_objects << "): "
|
<< num_failures_of_heap_objects << "): "
|
||||||
<< total_num_failures
|
<< total_num_failures
|
||||||
<< "\nDetected by boost_no_complete_value_initialization::test() revision 23."
|
<< "\nDetected by boost_no_complete_value_initialization::test() revision 24."
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO The following lines should not be merged into the release branch!!!
|
||||||
|
#ifdef __IBMCPP__
|
||||||
|
std::cout << "__IBMCPP__ = " << __IBMCPP__ << std::endl;
|
||||||
|
#endif
|
||||||
|
|
||||||
return static_cast<int>(total_num_failures);
|
return static_cast<int>(total_num_failures);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user