eranpeer / FakeIt

C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking.
MIT License
1.24k stars 173 forks source link

Remove extra template qualifiers for Times ctor #242

Closed hedayat closed 3 years ago

hedayat commented 3 years ago

This PR fixes a compile error with GCC 11.1 and also uses namespace name in

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 99.924% when pulling 5b12335851b3ace1a2e06e08d722af3154d2f1a9 on hedayat:enhance-compiler-compatibility into 1e27ddbcab97a48b8300a15cb4a5acdd096b129b on eranpeer:master.

FranckRJ commented 3 years ago

Thanks for the fix !