mirror of
https://github.com/google/googletest.git
synced 2025-12-03 14:27:45 +08:00
Replace "…" with "..."(three dots) to fix warning C4819 in Visual Studio
This commit is contained in:
@@ -114,7 +114,7 @@ class FunctionMocker<R($As)> : public
|
||||
//
|
||||
// class MockClass {
|
||||
// // Overload 1
|
||||
// MockSpec<string&()> gmock_GetName() { … }
|
||||
// MockSpec<string&()> gmock_GetName() { ... }
|
||||
// // Overload 2. Declared const so that the compiler will generate an
|
||||
// // error when trying to resolve between this and overload 4 in
|
||||
// // 'gmock_GetName(WithoutMatchers(), nullptr)'.
|
||||
@@ -125,7 +125,7 @@ class FunctionMocker<R($As)> : public
|
||||
// }
|
||||
//
|
||||
// // Overload 3
|
||||
// const string& gmock_GetName() const { … }
|
||||
// const string& gmock_GetName() const { ... }
|
||||
// // Overload 4
|
||||
// MockSpec<const string&()> gmock_GetName(
|
||||
// const WithoutMatchers&, const Function<const string&()>*) const {
|
||||
|
||||
Reference in New Issue
Block a user