Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:52:31

0001 #ifndef BOOST_STATECHART_DETAIL_AVOID_UNUSED_WARNING_HPP_INCLUDED
0002 #define BOOST_STATECHART_DETAIL_AVOID_UNUSED_WARNING_HPP_INCLUDED
0003 //////////////////////////////////////////////////////////////////////////////
0004 // Copyright 2002-2006 Andreas Huber Doenni
0005 // Distributed under the Boost Software License, Version 1.0. (See accompany-
0006 // ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0007 //////////////////////////////////////////////////////////////////////////////
0008 
0009 
0010 
0011 namespace boost
0012 {
0013 namespace statechart
0014 {
0015 namespace detail
0016 {
0017 
0018 
0019 
0020 template< typename T >
0021 inline void avoid_unused_warning( const T & ) {}
0022 
0023 
0024 
0025 } // namespace detail
0026 } // namespace statechart
0027 } // namespace boost
0028 
0029 
0030 
0031 #endif