diff options
author | kosak <kosak@google.com> | 2014-03-24 22:08:24 (GMT) |
---|---|---|
committer | kosak <kosak@google.com> | 2014-03-24 22:08:24 (GMT) |
commit | 15d61e42bdd4182e7c4b50bcb3314b006ce578c7 (patch) | |
tree | cff1b309456fd85f169b14c7b6b98fd02caa632d /src | |
parent | c26f969579d62444ae7d422b37e0037ceca97a7a (diff) | |
download | googletest-15d61e42bdd4182e7c4b50bcb3314b006ce578c7.zip googletest-15d61e42bdd4182e7c4b50bcb3314b006ce578c7.tar.gz googletest-15d61e42bdd4182e7c4b50bcb3314b006ce578c7.tar.bz2 |
Implement threading support for gmock on Windows.
Replace U+2013 with U+002D in comment lines.
Pull in gtest 681.
Diffstat (limited to 'src')
-rw-r--r-- | src/gmock-matchers.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gmock-matchers.cc b/src/gmock-matchers.cc index 9ed29ab..e742451 100644 --- a/src/gmock-matchers.cc +++ b/src/gmock-matchers.cc @@ -191,9 +191,9 @@ GTEST_API_ string FormatMatcherDescription(bool negation, // . [ sink ] . // // See Also: -// [1] Cormen, et al (2001). "Section 26.2: The Ford–Fulkerson method". -// "Introduction to Algorithms (Second ed.)", pp. 651–664. -// [2] "Ford–Fulkerson algorithm", Wikipedia, +// [1] Cormen, et al (2001). "Section 26.2: The Ford-Fulkerson method". +// "Introduction to Algorithms (Second ed.)", pp. 651-664. +// [2] "Ford-Fulkerson algorithm", Wikipedia, // 'http://en.wikipedia.org/wiki/Ford%E2%80%93Fulkerson_algorithm' class MaxBipartiteMatchState { public: |