mirror of
https://github.com/boostorg/core.git
synced 2025-11-28 21:30:09 +01:00
Add allocator_construct and allocator_destroy tests to Jamfile
This commit is contained in:
@@ -52,7 +52,7 @@ int main()
|
||||
}
|
||||
#if !defined(BOOST_NO_CXX11_ALLOCATOR)
|
||||
{
|
||||
A1<int> a;
|
||||
A2<int> a;
|
||||
int i = 5;
|
||||
boost::allocator_destroy(a, &i);
|
||||
BOOST_TEST_EQ(i, 0);
|
||||
|
||||
Reference in New Issue
Block a user