• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*=============================================================================
2     Copyright (c) 2001-2011 Hartmut Kaiser
3 
4     Distributed under the Boost Software License, Version 1.0. (See accompanying
5     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 =============================================================================*/
7 #if !defined(BOOST_SPIRIT_OUTPUT_UTREE_TRAITS_FWD_FEB_14_2011_0632AM)
8 #define BOOST_SPIRIT_OUTPUT_UTREE_TRAITS_FWD_FEB_14_2011_0632AM
9 
10 ///////////////////////////////////////////////////////////////////////////////
11 // forward declarations only
12 ///////////////////////////////////////////////////////////////////////////////
13 namespace boost { namespace spirit
14 {
15     class utree;
16 }}
17 
18 namespace boost
19 {
20     template <typename T>
21     inline T get(boost::spirit::utree const& x);
22 }
23 
24 #endif
25