Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: src/string.cpp

Issue 2574553002: [counting-allocator] macOS buildtools/third_party/libc++/trunk/ changes.
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/new.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/string.cpp
diff --git a/src/string.cpp b/src/string.cpp
index d3f29df639f488eba272245442336eb6fce0de98..238bdc0bea335800823e76755e39bc39c668d2a6 100644
--- a/src/string.cpp
+++ b/src/string.cpp
@@ -27,7 +27,7 @@ template class basic_string<wchar_t>;
template
string
- operator+<char, char_traits<char>, allocator<char> >(char const*, string const&);
+ operator+<char, char_traits<char>, counting_allocator<char, allocation_group::string> >(char const*, string const&);
namespace
{
« no previous file with comments | « src/new.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698