Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55616 - trunk/boost/spirit/include
From: hartmut.kaiser_at_[hidden]
Date: 2009-08-16 18:52:37


Author: hkaiser
Date: 2009-08-16 18:52:36 EDT (Sun, 16 Aug 2009)
New Revision: 55616
URL: http://svn.boost.org/trac/boost/changeset/55616

Log:
Spirit: adding missing header files
Added:
   trunk/boost/spirit/include/karma_center_alignment.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_left_alignment.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_repeat.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_right_alignment.hpp (contents, props changed)

Added: trunk/boost/spirit/include/karma_center_alignment.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_center_alignment.hpp 2009-08-16 18:52:36 EDT (Sun, 16 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_CENTER_ALIGNMENT
+#define BOOST_SPIRIT_INCLUDE_KARMA_CENTER_ALIGNMENT
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/karma/directive/center_alignment.hpp>
+
+#endif

Added: trunk/boost/spirit/include/karma_left_alignment.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_left_alignment.hpp 2009-08-16 18:52:36 EDT (Sun, 16 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_LEFT_ALIGNMENT
+#define BOOST_SPIRIT_INCLUDE_KARMA_LEFT_ALIGNMENT
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/karma/directive/left_alignment.hpp>
+
+#endif

Added: trunk/boost/spirit/include/karma_repeat.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_repeat.hpp 2009-08-16 18:52:36 EDT (Sun, 16 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_REPEAT
+#define BOOST_SPIRIT_INCLUDE_KARMA_REPEAT
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/karma/directive/repeat.hpp>
+
+#endif

Added: trunk/boost/spirit/include/karma_right_alignment.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_right_alignment.hpp 2009-08-16 18:52:36 EDT (Sun, 16 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_RIGHT_ALIGNMENT
+#define BOOST_SPIRIT_INCLUDE_KARMA_RIGHT_ALIGNMENT
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/karma/directive/right_alignment.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