Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55346 - trunk/boost/spirit/include
From: hartmut.kaiser_at_[hidden]
Date: 2009-08-01 16:59:25


Author: hkaiser
Date: 2009-08-01 16:59:25 EDT (Sat, 01 Aug 2009)
New Revision: 55346
URL: http://svn.boost.org/trac/boost/changeset/55346

Log:
Spirit: added missing header files
Added:
   trunk/boost/spirit/include/karma_eol.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_eps.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_lazy.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_sequence.hpp (contents, props changed)

Added: trunk/boost/spirit/include/karma_eol.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_eol.hpp 2009-08-01 16:59:25 EDT (Sat, 01 Aug 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+ Copyright (c) 2001-2009 Joel de Guzman
+ Copyright (c) 2001-2009 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_KARMA_EOL
+#define BOOST_SPIRIT_INCLUDE_KARMA_EOL
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/karma/auxiliary/eol.hpp>
+
+#endif

Added: trunk/boost/spirit/include/karma_eps.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_eps.hpp 2009-08-01 16:59:25 EDT (Sat, 01 Aug 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+ Copyright (c) 2001-2009 Joel de Guzman
+ Copyright (c) 2001-2009 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_KARMA_EPS
+#define BOOST_SPIRIT_INCLUDE_KARMA_EPS
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/karma/auxiliary/eps.hpp>
+
+#endif

Added: trunk/boost/spirit/include/karma_lazy.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_lazy.hpp 2009-08-01 16:59:25 EDT (Sat, 01 Aug 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+ Copyright (c) 2001-2009 Joel de Guzman
+ Copyright (c) 2001-2009 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_KARMA_LAZY
+#define BOOST_SPIRIT_INCLUDE_KARMA_LAZY
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/karma/auxiliary/lazy.hpp>
+
+#endif

Added: trunk/boost/spirit/include/karma_sequence.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_sequence.hpp 2009-08-01 16:59:25 EDT (Sat, 01 Aug 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+ Copyright (c) 2001-2009 Joel de Guzman
+ Copyright (c) 2001-2009 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_KARMA_SEQUENCE
+#define BOOST_SPIRIT_INCLUDE_KARMA_SEQUENCE
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/karma/operator/sequence.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