Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59358 - trunk/boost/spirit/include
From: hartmut.kaiser_at_[hidden]
Date: 2010-01-29 21:23:38


Author: hkaiser
Date: 2010-01-29 21:23:37 EST (Fri, 29 Jan 2010)
New Revision: 59358
URL: http://svn.boost.org/trac/boost/changeset/59358

Log:
Spirit: added new file
Added:
   trunk/boost/spirit/include/support_adapt_class_attributes.hpp (contents, props changed)

Added: trunk/boost/spirit/include/support_adapt_class_attributes.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_adapt_class_attributes.hpp 2010-01-29 21:23:37 EST (Fri, 29 Jan 2010)
@@ -0,0 +1,18 @@
+/*=============================================================================
+ Copyright (c) 2001-2010 Joel de Guzman
+ Copyright (c) 2001-2010 Hartmut Kaiser
+ http://spirit.sourceforge.net/
+
+ 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_SPIRIT_INCLUDE_SUPPORT_ADAPT_CLASS_ATTRIBUTES
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_ADAPT_CLASS_ATTRIBUTES
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/support/adapt_class_attributes.hpp>
+
+#endif


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk