mirror of
https://github.com/boostorg/assert.git
synced 2025-08-13 02:54:27 +02:00
Merge branch 'master' into develop
This commit is contained in:
@@ -58,7 +58,7 @@ void test_disabled()
|
||||
BOOST_ASSERT(p);
|
||||
BOOST_ASSERT_MSG(p, "msg");
|
||||
|
||||
// supress warnings
|
||||
// suppress warnings
|
||||
p = &x;
|
||||
p = &p;
|
||||
}
|
||||
|
Reference in New Issue
Block a user