mirror of
https://github.com/boostorg/container.git
synced 2026-01-19 04:02:17 +00: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