tag_of_fwd.hpp 656 B

1234567891011121314151617181920
  1. /*=============================================================================
  2. Copyright (c) 2001-2011 Joel de Guzman
  3. Copyright (c) 2005-2006 Dan Marsden
  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_FUSION_TAG_OF_FWD_31122005_1445)
  8. #define BOOST_FUSION_TAG_OF_FWD_31122005_1445
  9. namespace boost { namespace fusion
  10. {
  11. namespace traits
  12. {
  13. template<typename T, typename Active = void>
  14. struct tag_of;
  15. }
  16. }}
  17. #endif