summaryrefslogtreecommitdiffstats
path: root/googletest/include
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-07-18 15:17:19 (GMT)
committerGennadiy Civil <misterg@google.com>2018-07-18 15:17:19 (GMT)
commit7e73a7ae6e665e3a9e34543090625ab8278412bb (patch)
tree9a172c4aa4023fdcac3c7a5840e80f1eea6697a5 /googletest/include
parent20ef7944a410c5e01a35156b784266615d5ad38c (diff)
downloadgoogletest-7e73a7ae6e665e3a9e34543090625ab8278412bb.zip
googletest-7e73a7ae6e665e3a9e34543090625ab8278412bb.tar.gz
googletest-7e73a7ae6e665e3a9e34543090625ab8278412bb.tar.bz2
Formatting and a link
Diffstat (limited to 'googletest/include')
-rw-r--r--googletest/include/gtest/internal/gtest-port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/internal/gtest-port.h b/googletest/include/gtest/internal/gtest-port.h
index d5ec086..bc35c34 100644
--- a/googletest/include/gtest/internal/gtest-port.h
+++ b/googletest/include/gtest/internal/gtest-port.h
@@ -1218,7 +1218,7 @@ class scoped_ptr {
// Defines RE.
#if GTEST_USES_PCRE
-using ::RE;
+// if used, PCRE is injected by custom/gtest-port.h
#elif GTEST_USES_POSIX_RE || GTEST_USES_SIMPLE_RE
// A simple C++ wrapper for <regex.h>. It uses the POSIX Extended