foonathan / memory

STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
https://memory.foonathan.net
zlib License
1.5k stars 194 forks source link

Address issue #138 #139

Closed matt-cross closed 2 years ago

matt-cross commented 2 years ago

Workaround command line quoting issue for types with spaces, and also address std lib implementations that wrap value types in some containers in a conatiner type of the same size.

foonathan commented 2 years ago

Thank you!