Moved mock::exception in its own header so that it can be included without the error policy

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@582 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2013-01-07 16:16:49 +00:00
parent 3c0bb8e16e
commit 6d3630f0a2
4 changed files with 29 additions and 4 deletions

View file

@ -48,6 +48,7 @@
<ClInclude Include="..\..\turtle\detail\type_name.hpp" />
<ClInclude Include="..\..\turtle\detail\verifiable.hpp" />
<ClInclude Include="..\..\turtle\error.hpp" />
<ClInclude Include="..\..\turtle\exception.hpp" />
<ClInclude Include="..\..\turtle\format.hpp" />
<ClInclude Include="..\..\turtle\log.hpp" />
<ClInclude Include="..\..\turtle\matcher.hpp" />

View file

@ -124,5 +124,8 @@
<ClInclude Include="..\..\turtle\detail\matcher_base.hpp">
<Filter>Source Files\detail</Filter>
</ClInclude>
<ClInclude Include="..\..\turtle\exception.hpp">
<Filter>Source Files</Filter>
</ClInclude>
</ItemGroup>
</Project>