summaryrefslogtreecommitdiff
path: root/third_party/googletest/src/include/gtest/internal/gtest-string.h
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2018-03-26 11:24:26 -0700
committerJohann <johannkoenig@google.com>2018-03-26 11:29:11 -0700
commitaa5e9c6a7ccc5cae7edaa49bc1f56483c11eb36e (patch)
tree04ab1d72ff681e39685a3d35beeb15a8083a485c /third_party/googletest/src/include/gtest/internal/gtest-string.h
parent9037a05041ec080b9541e846af84241513e37aae (diff)
downloadlibvpx-aa5e9c6a7ccc5cae7edaa49bc1f56483c11eb36e.tar.gz
libvpx-aa5e9c6a7ccc5cae7edaa49bc1f56483c11eb36e.tar.bz2
libvpx-aa5e9c6a7ccc5cae7edaa49bc1f56483c11eb36e.zip
third_part/googletest: update to release-1.8.0-742-g7857975
Address std::tr1::tuple warnings: https://github.com/google/googletest/issues/1111 The unsigned overflow fix has been superseded by: https://github.com/google/googletest/pull/1180 Change-Id: I92dc0ba08a4d0d63f5e5b2da7b64f4a4642ed9ab
Diffstat (limited to 'third_party/googletest/src/include/gtest/internal/gtest-string.h')
-rw-r--r--third_party/googletest/src/include/gtest/internal/gtest-string.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/googletest/src/include/gtest/internal/gtest-string.h b/third_party/googletest/src/include/gtest/internal/gtest-string.h
index 97f1a7fdd..04b9e7b3c 100644
--- a/third_party/googletest/src/include/gtest/internal/gtest-string.h
+++ b/third_party/googletest/src/include/gtest/internal/gtest-string.h
@@ -27,7 +27,6 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
-// Authors: wan@google.com (Zhanyong Wan), eefacm@gmail.com (Sean Mcafee)
//
// The Google C++ Testing Framework (Google Test)
//
@@ -35,7 +34,8 @@
// Google Test. They are subject to change without notice. They should not used
// by code external to Google Test.
//
-// This header file is #included by <gtest/internal/gtest-internal.h>.
+// This header file is #included by
+// gtest/internal/gtest-internal.h.
// It should not be #included by other files.
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_