[libc++] Replace uses of __libcpp_allocate by std::allocator<>
Both are equivalent, however std::allocator can appear in constant expressions and is higher level.
Loading
Please sign in to comment
Both are equivalent, however std::allocator can appear in constant expressions and is higher level.