mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Removed printing of "__IBMCPP__". It printed 1110, so I'm pretty sure the IBM regression machine currently runs XL V11.1.
[SVN r61932]
This commit is contained in:
@ -971,15 +971,9 @@ namespace boost_no_complete_value_initialization
|
||||
<< num_failures_of_temporaries << '+'
|
||||
<< num_failures_of_heap_objects << "): "
|
||||
<< total_num_failures
|
||||
<< "\nDetected by boost_no_complete_value_initialization::test() revision 24."
|
||||
<< "\nDetected by boost_no_complete_value_initialization::test() revision 25."
|
||||
<< 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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user