eranpeer / FakeIt

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

Replace std::to_string with fakeit::to_string in configs #116

Closed asmgf closed 6 years ago

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 99.974% when pulling 51020f60c78a92ab74154e71de9d54c6323e2b95 on asmgf:avoid_to_string into a86066971db68916e5f8c89d02eda91299c58812 on eranpeer:master.

eranpeer commented 6 years ago

Thanks

eranpeer commented 6 years ago

Question: For what reason you prefer to avoid std::to_string?

asmgf commented 6 years ago

@eranpeer, it's necessary to run tests on Android with GNU C++ Library which doesn't fully support C++11.