forked from boostorg/fusion
https://svn.boost.org/svn/boost/trunk ........ r40971 | johnmaddock | 2007-11-09 10:42:46 -0800 (Fri, 09 Nov 2007) | 1 line Fixes for IBM xlc: ensure that functions that are also macros are correctly protected against macro expansion. ........ r40975 | djowel | 2007-11-09 14:38:18 -0800 (Fri, 09 Nov 2007) | 1 line fix mismatch include guard ........ r40978 | grafik | 2007-11-09 16:11:12 -0800 (Fri, 09 Nov 2007) | 1 line Add some machine info and previous run time to report info page. ........ r40981 | grafik | 2007-11-09 21:43:05 -0800 (Fri, 09 Nov 2007) | 1 line Fix date info so that it shows point-to-point time span as the time on the XSLT report is misleading. ........ r40986 | danieljames | 2007-11-10 06:54:18 -0800 (Sat, 10 Nov 2007) | 3 lines Remove a couple of html files that have been added to the beta site. Refs #1354, #1357. ........ r40988 | danieljames | 2007-11-10 07:08:20 -0800 (Sat, 10 Nov 2007) | 3 lines Remove the library reuse page, as it has been added to the new site. Refs #1358 ........ r40990 | danieljames | 2007-11-10 07:47:49 -0800 (Sat, 10 Nov 2007) | 2 lines Remove the separate source guidelines, as they've been added to the new site. Refs #1370. ........ r40992 | danieljames | 2007-11-10 08:03:37 -0800 (Sat, 10 Nov 2007) | 2 lines Remove the test policy page, now that it's in the new site. Refs #1372. ........ r40995 | danieljames | 2007-11-10 08:37:03 -0800 (Sat, 10 Nov 2007) | 2 lines Update the license info from trunk, and delete from the trunk. Fixes #1359. ........ r40996 | danieljames | 2007-11-10 09:10:53 -0800 (Sat, 10 Nov 2007) | 2 lines Update the mailing list page from trunk, and delete the copy from trunk. Fixes #1361 ........ r40997 | johnmaddock | 2007-11-10 09:40:19 -0800 (Sat, 10 Nov 2007) | 1 line Fix issue #1424. ........ r40999 | speedsnail | 2007-11-10 11:25:45 -0800 (Sat, 10 Nov 2007) | 1 line Added static linking support for mingw compiler on windows. ........ [SVN r41002]
24 lines
1.1 KiB
C++
24 lines
1.1 KiB
C++
/*=============================================================================
|
|
Copyright (c) 2001-2006 Joel de Guzman
|
|
Copyright (c) 2005-2006 Dan Marsden
|
|
|
|
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)
|
|
==============================================================================*/
|
|
#if !defined(BOOST_FUSION_STRUCT_24122005_1744)
|
|
#define BOOST_FUSION_STRUCT_24122005_1744
|
|
|
|
#include <boost/fusion/adapted/struct/extension.hpp>
|
|
#include <boost/fusion/adapted/struct/adapt_struct.hpp>
|
|
#include <boost/fusion/adapted/struct/struct_iterator.hpp>
|
|
#include <boost/fusion/adapted/struct/detail/is_view_impl.hpp>
|
|
#include <boost/fusion/adapted/struct/detail/is_sequence_impl.hpp>
|
|
#include <boost/fusion/adapted/struct/detail/category_of_impl.hpp>
|
|
#include <boost/fusion/adapted/struct/detail/begin_impl.hpp>
|
|
#include <boost/fusion/adapted/struct/detail/end_impl.hpp>
|
|
#include <boost/fusion/adapted/struct/detail/size_impl.hpp>
|
|
#include <boost/fusion/adapted/struct/detail/at_impl.hpp>
|
|
#include <boost/fusion/adapted/struct/detail/value_at_impl.hpp>
|
|
|
|
#endif
|