Bug#972627: Minimal reproducible example

2020-10-25 Thread Steven Robbins
On Wednesday, October 21, 2020 9:09:54 A.M. CDT Benjamin Eikel wrote: > Package: googletest > Version: 1.10.0.20201018-1 > Followup-For: Bug #972627 > > Here is a minimal example that can be used to reproduce the problem: Thanks! That's extremely helpful. > Building with `g++ -std=c++20 test.c

Bug#972627: Minimal reproducible example

2020-10-21 Thread Benjamin Eikel
Package: googletest Version: 1.10.0.20201018-1 Followup-For: Bug #972627 Here is a minimal example that can be used to reproduce the problem: test.cpp ``` #include #include #include class MyMock { public: MOCK_METHOD(void, testPrint, (std::string_view)); }; TEST(Test, test) { conste