Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
287b37f2
Commit
287b37f2
authored
Jul 28, 2019
by
Krystian Kuzniarek
Browse files
update pre-C++11 paragraphs
parent
b77e5c76
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
20 deletions
+12
-20
googlemock/include/gmock/gmock-generated-actions.h
googlemock/include/gmock/gmock-generated-actions.h
+4
-5
googlemock/include/gmock/gmock-generated-actions.h.pump
googlemock/include/gmock/gmock-generated-actions.h.pump
+4
-5
googlemock/include/gmock/gmock-generated-matchers.h
googlemock/include/gmock/gmock-generated-matchers.h
+2
-5
googlemock/include/gmock/gmock-generated-matchers.h.pump
googlemock/include/gmock/gmock-generated-matchers.h.pump
+2
-5
No files found.
googlemock/include/gmock/gmock-generated-actions.h
View file @
287b37f2
...
@@ -259,11 +259,10 @@ class ActionHelper {
...
@@ -259,11 +259,10 @@ class ActionHelper {
//
//
// CAVEAT:
// CAVEAT:
//
//
// ACTION*() can only be used in a namespace scope. The reason is
// ACTION*() can only be used in a namespace scope as templates cannot be
// that C++ doesn't yet allow function-local types to be used to
// declared inside of a local class.
// instantiate templates. The up-coming C++0x standard will fix this.
// Users can, however, define any local functors (e.g. a lambda) that
// Once that's done, we'll consider supporting using ACTION*() inside
// can be used as actions.
// a function.
//
//
// MORE INFORMATION:
// MORE INFORMATION:
//
//
...
...
googlemock/include/gmock/gmock-generated-actions.h.pump
View file @
287b37f2
...
@@ -182,11 +182,10 @@ $template
...
@@ -182,11 +182,10 @@ $template
//
//
// CAVEAT:
// CAVEAT:
//
//
// ACTION*() can only be used in a namespace scope. The reason is
// ACTION*() can only be used in a namespace scope as templates cannot be
// that C++ doesn't yet allow function-local types to be used to
// declared inside of a local class.
// instantiate templates. The up-coming C++0x standard will fix this.
// Users can, however, define any local functors (e.g. a lambda) that
// Once that's done, we'll consider supporting using ACTION*() inside
// can be used as actions.
// a function.
//
//
// MORE INFORMATION:
// MORE INFORMATION:
//
//
...
...
googlemock/include/gmock/gmock-generated-matchers.h
View file @
287b37f2
...
@@ -250,11 +250,8 @@
...
@@ -250,11 +250,8 @@
// overloading matchers based on parameter types (as opposed to just
// overloading matchers based on parameter types (as opposed to just
// based on the number of parameters).
// based on the number of parameters).
//
//
// MATCHER*() can only be used in a namespace scope. The reason is
// MATCHER*() can only be used in a namespace scope as templates cannot be
// that C++ doesn't yet allow function-local types to be used to
// declared inside of a local class.
// instantiate templates. The up-coming C++0x standard will fix this.
// Once that's done, we'll consider supporting using MATCHER*() inside
// a function.
//
//
// More Information
// More Information
// ================
// ================
...
...
googlemock/include/gmock/gmock-generated-matchers.h.pump
View file @
287b37f2
...
@@ -252,11 +252,8 @@ $$ }} This line fixes auto-indentation of the following code in Emacs.
...
@@ -252,11 +252,8 @@ $$ }} This line fixes auto-indentation of the following code in Emacs.
// overloading matchers based on parameter types (as opposed to just
// overloading matchers based on parameter types (as opposed to just
// based on the number of parameters).
// based on the number of parameters).
//
//
// MATCHER*() can only be used in a namespace scope. The reason is
// MATCHER*() can only be used in a namespace scope as templates cannot be
// that C++ doesn't yet allow function-local types to be used to
// declared inside of a local class.
// instantiate templates. The up-coming C++0x standard will fix this.
// Once that's done, we'll consider supporting using MATCHER*() inside
// a function.
//
//
// More Information
// More Information
// ================
// ================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment