diff options
Diffstat (limited to 'indexlib/boost-compat')
-rw-r--r-- | indexlib/boost-compat/config/suffix.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indexlib/boost-compat/config/suffix.hpp b/indexlib/boost-compat/config/suffix.hpp index 3d60d7181..77d9decac 100644 --- a/indexlib/boost-compat/config/suffix.hpp +++ b/indexlib/boost-compat/config/suffix.hpp @@ -332,7 +332,7 @@ namespace std { // The same problem occurs with has_facet. // These macros provide a consistent way to access a locale's facets. // Usage: -// tqreplace +// replace // std::use_facet<Type>(loc); // with // BOOST_USE_FACET(Type, loc); @@ -357,7 +357,7 @@ namespace std { // BOOST_NESTED_TEMPLATE workaround ------------------------------------------// // Member templates are supported by some compilers even though they can't use -// the A::template member<U> syntax, as a workaround tqreplace: +// the A::template member<U> syntax, as a workaround replace: // // typedef typename A::template rebind<U> binder; // |