following pdimovs suggestion to avoid folding

This commit is contained in:
hans.dembinski@gmail.com
2017-02-05 20:01:47 +00:00
parent 7774d33e45
commit 3942e9c097

View File

@ -65,7 +65,7 @@ int main()
BOOST_TEST_EQ( ++x, ++y );
BOOST_TEST_EQ( x++, y++ );
BOOST_TEST_EQ("abc", "xxxabc"+3); // make sure addresses are different
BOOST_TEST_EQ("xabc"+1, "yabc"+1); // make sure addresses are different
// BOOST_TEST_NE