mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Cleanup
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@277 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
6fb5d614b4
commit
76a5c5b3ec
2 changed files with 4 additions and 4 deletions
|
|
@ -33,7 +33,7 @@ namespace mock
|
|||
std::ostream* s_;
|
||||
};
|
||||
|
||||
#ifdef MOCK_LOG_CONVERSIONS
|
||||
#ifdef MOCK_LOGGING_USE_CONVERSIONS
|
||||
|
||||
namespace detail3
|
||||
{
|
||||
|
|
@ -91,7 +91,7 @@ namespace detail3
|
|||
return s;
|
||||
}
|
||||
|
||||
#else // MOCK_LOG_CONVERSIONS
|
||||
#else // MOCK_LOGGING_USE_CONVERSIONS
|
||||
|
||||
namespace detail3
|
||||
{
|
||||
|
|
@ -113,7 +113,7 @@ namespace detail3
|
|||
return s;
|
||||
}
|
||||
|
||||
#endif // MOCK_LOG_CONVERSIONS
|
||||
#endif // MOCK_LOGGING_USE_CONVERSIONS
|
||||
|
||||
namespace detail2
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
|
||||
#define MOCK_LOG_CONVERSIONS
|
||||
#define MOCK_LOGGING_USE_CONVERSIONS
|
||||
#include <turtle/log.hpp>
|
||||
#include <boost/assign.hpp>
|
||||
#include <vector>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue