Added support for SunCC and 'fill' operation; tickets #3893 and #3168 respectively

[SVN r60436]
This commit is contained in:
Marshall Clow
2010-03-10 18:03:30 +00:00
parent 79cadb97d7
commit 5e81100035
2 changed files with 20 additions and 4 deletions

View File

@ -32,7 +32,7 @@ void RunTests()
test_type test_case = {};
const boost::array< T, 0 > const_test_case = test_type();
test_case.assign( T() );
test_case.fill ( T() );
// front/back and operator[] must compile, but calling them is undefined
// Likewise, all tests below should evaluate to false, avoiding undefined behaviour