mirror of
https://github.com/boostorg/core.git
synced 2025-11-30 06:09:56 +01:00
Add more checked_delete tests, a visit_each test.
This commit is contained in:
@@ -23,6 +23,5 @@ int main()
|
||||
{
|
||||
Incomplete * p = 0;
|
||||
boost::checked_delete(p); // should cause compile time error
|
||||
boost::checked_array_delete(p); // should cause compile time error
|
||||
return 0;
|
||||
} // main
|
||||
|
||||
Reference in New Issue
Block a user