mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-07-30 04:47:12 +02:00
Untabify pointer_cast_test2
This commit is contained in:
@ -122,7 +122,7 @@ static void test_const_cast()
|
||||
|
||||
BOOST_TEST( p2.get() == 0 );
|
||||
BOOST_TEST_EQ( p3.get(), q1 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
struct B2
|
||||
|
Reference in New Issue
Block a user