Chris@16: // (C) Copyright Gennadiy Rozental 2005-2008. Chris@16: // Distributed under the Boost Software License, Version 1.0. Chris@16: // (See accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: // See http://www.boost.org/libs/test for the library home page. Chris@16: // Chris@16: // File : $RCSfile$ Chris@16: // Chris@101: // Version : $Revision$ Chris@16: // Chris@16: // Description : optional internal tracing Chris@16: // *************************************************************************** Chris@16: Chris@16: #ifndef BOOST_RT_TRACE_HPP_062604GER Chris@16: #define BOOST_RT_TRACE_HPP_062604GER Chris@16: Chris@16: // Boost.Runtime.Parameter Chris@16: #include Chris@16: Chris@16: #ifdef BOOST_RT_PARAM_DEBUG Chris@16: Chris@16: #include Chris@16: Chris@16: # define BOOST_RT_PARAM_TRACE( str ) std::cerr << str << std::endl Chris@16: #else Chris@16: # define BOOST_RT_PARAM_TRACE( str ) Chris@16: #endif Chris@16: Chris@16: #endif // BOOST_RT_TRACE_HPP_062604GER