From 6a4402bc386474958e9843a143bb5048ee5c23f2 Mon Sep 17 00:00:00 2001 From: sfgeller18 Date: Mon, 4 Nov 2024 21:08:03 -0800 Subject: [PATCH] no readme --- mod_README.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 mod_README.md diff --git a/mod_README.md b/mod_README.md deleted file mode 100644 index b9225c101..000000000 --- a/mod_README.md +++ /dev/null @@ -1,14 +0,0 @@ -**Problem:** Gtest currently interferes w/ std::complex as complex.h uses a define for I already. - -**Modifcation:** all **I** template names renamed to **__I** (can use whatever you want, just put a placeholder I figured wouldn’t cause interference) at following locations: - -**include/internal/gtest-internal.h**: -- lines 1147-1204 - -**include/gtest-printers.h**: -- PrintTupleTo (l.791-802) -- TersePrintPrefixToStrings (l.1159-1167) - -**include/internal/gtest-param-util.h**: -- MakeVector (l.814-817) -- IteratorImpl (l.841-936) \ No newline at end of file