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

removing redundant "using namespace fakeit" within fakeit namespace #98

Closed alexey-malov closed 7 years ago

alexey-malov commented 7 years ago

This resolves C4515 warning (warning C4515: 'fakeit': namespace uses itself) on Visual Studio https://msdn.microsoft.com/en-us/library/aah71ce4.aspx

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 99.974% when pulling bcee52fa7578aee75d78d8a1f0f61c099b86f17c on alexey-malov:msvc_compilation_warning_c4515_fix into 1591275d7124af083ab95f8ab62c99dabaea7782 on eranpeer:master.

eranpeer commented 7 years ago

Thanks, your help is appreciated.