fixed bug in SPDLOG_TRACE_IF macro and added some related tests

This commit is contained in:
gabime
2017-10-13 02:04:31 +03:00
parent 4a159ad66d
commit 21ed31844c
7 changed files with 61 additions and 2 deletions

View File

@@ -132,6 +132,7 @@
<ClCompile Include="format.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="registry.cpp" />
<ClCompile Include="test_macros.cpp" />
<ClCompile Include="utils.cpp" />
</ItemGroup>
<ItemGroup>