Boost logo

Boost-Commit :

From: hartmut.kaiser_at_[hidden]
Date: 2008-07-28 22:08:58


Author: hkaiser
Date: 2008-07-28 22:08:58 EDT (Mon, 28 Jul 2008)
New Revision: 47859
URL: http://svn.boost.org/trac/boost/changeset/47859

Log:
Spirit: Added missing file
Added:
   trunk/boost/spirit/include/classic_spirit.hpp (contents, props changed)

Added: trunk/boost/spirit/include/classic_spirit.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/classic_spirit.hpp 2008-07-28 22:08:58 EDT (Mon, 28 Jul 2008)
@@ -0,0 +1,13 @@
+/*=============================================================================
+ Copyright (c) 1998-2008 Joel de Guzman
+ Copyright (c) 2001-2008 Hartmut Kaiser
+
+ 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_SPIRIT_CLASSIC_APR_12_2008_0949AM)
+#define BOOST_SPIRIT_CLASSIC_APR_12_2008_0949AM
+
+#include <boost/spirit/home/classic.hpp>
+
+#endif // !defined(SPIRIT_CLASSIC_HPP)


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