mirror of
https://github.com/boostorg/fusion.git
synced 2025-08-03 14:34:39 +02:00
adapt template classes/structs
[SVN r59846]
This commit is contained in:
23
include/boost/fusion/adapted/class/detail/extension.hpp
Normal file
23
include/boost/fusion/adapted/class/detail/extension.hpp
Normal file
@@ -0,0 +1,23 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2010 Christopher Schmidt
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
==============================================================================*/
|
||||
|
||||
#ifndef BOOST_FUSION_ADAPTED_DETAIL_CLASS_EXTENSION_HPP
|
||||
#define BOOST_FUSION_ADAPTED_DETAIL_CLASS_EXTENSION_HPP
|
||||
|
||||
#include <boost/fusion/adapted/struct/detail/extension.hpp>
|
||||
|
||||
namespace boost { namespace fusion
|
||||
{
|
||||
struct class_tag;
|
||||
struct class_iterator_tag;
|
||||
struct assoc_class_tag;
|
||||
struct assoc_class_iterator_tag;
|
||||
|
||||
typedef assoc_struct_category assoc_class_category;
|
||||
}}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user