Merge pull request #2815 from Quuxplusone:simple

PiperOrigin-RevId: 308625388
This commit is contained in:
Gennadiy Rozental
2020-05-01 17:11:43 -04:00
13 changed files with 21 additions and 176 deletions

View File

@@ -574,8 +574,6 @@ class FromType {
private:
bool* const converted_;
GTEST_DISALLOW_ASSIGN_(FromType);
};
class ToType {