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