mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 10:36:06 +00:00

The C++03 version of function tried to default construct the allocator in the uses allocator constructors when no allocation was performed. These constructors would fail to compile when used with allocators that had no default constructor. llvm-svn: 239708