mirror of
https://github.com/boostorg/core.git
synced 2025-07-31 05:17:22 +02:00
following pdimovs suggestion to avoid folding
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user