mirror of
https://github.com/boostorg/container.git
synced 2025-07-31 04:57:16 +02:00
Fix mixed CR & CRLF newlines.
This commit is contained in:
@ -91,7 +91,8 @@ int main()
|
|||||||
folder.push_back(temporaryShoppingList);
|
folder.push_back(temporaryShoppingList);
|
||||||
assert(pmr::get_default_resource() == folder.back().get_allocator());
|
assert(pmr::get_default_resource() == folder.back().get_allocator());
|
||||||
//temporaryShoppingList, buf_rsrc, and buffer go out of scope
|
//temporaryShoppingList, buf_rsrc, and buffer go out of scope
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
//]
|
//]
|
||||||
|
Reference in New Issue
Block a user