diff options
author | Krystian Kuzniarek <krystian.kuzniarek@gmail.com> | 2019-07-28 12:44:32 +0200 |
---|---|---|
committer | Krystian Kuzniarek <krystian.kuzniarek@gmail.com> | 2019-07-31 08:17:32 +0200 |
commit | 287b37f23f534a0f9b1eb6072c882cbcaaffc097 (patch) | |
tree | bb6e1d85d15da036fdf400ec411c7d5e6a75beb3 /googlemock/include/gmock/gmock-generated-matchers.h | |
parent | b77e5c76252bac322bb82c5b444f050bd0d92451 (diff) | |
download | googletest-287b37f23f534a0f9b1eb6072c882cbcaaffc097.tar.gz googletest-287b37f23f534a0f9b1eb6072c882cbcaaffc097.tar.bz2 googletest-287b37f23f534a0f9b1eb6072c882cbcaaffc097.zip |
update pre-C++11 paragraphs
Diffstat (limited to 'googlemock/include/gmock/gmock-generated-matchers.h')
-rw-r--r-- | googlemock/include/gmock/gmock-generated-matchers.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/googlemock/include/gmock/gmock-generated-matchers.h b/googlemock/include/gmock/gmock-generated-matchers.h index b6f34bdd..690a57f1 100644 --- a/googlemock/include/gmock/gmock-generated-matchers.h +++ b/googlemock/include/gmock/gmock-generated-matchers.h @@ -250,11 +250,8 @@ // overloading matchers based on parameter types (as opposed to just // based on the number of parameters). // -// MATCHER*() can only be used in a namespace scope. The reason is -// that C++ doesn't yet allow function-local types to be used to -// instantiate templates. The up-coming C++0x standard will fix this. -// Once that's done, we'll consider supporting using MATCHER*() inside -// a function. +// MATCHER*() can only be used in a namespace scope as templates cannot be +// declared inside of a local class. // // More Information // ================ |