Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55657 - trunk/boost/spirit/include
From: hartmut.kaiser_at_[hidden]
Date: 2009-08-18 16:21:59


Author: hkaiser
Date: 2009-08-18 16:21:58 EDT (Tue, 18 Aug 2009)
New Revision: 55657
URL: http://svn.boost.org/trac/boost/changeset/55657

Log:
Spirit: added missing files
Added:
   trunk/boost/spirit/include/karma_maxwidth.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_upper_lower_case.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_verbatim.hpp (contents, props changed)
Text files modified:
   trunk/boost/spirit/include/karma_delimit.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/spirit/include/karma_delimit.hpp
==============================================================================
--- trunk/boost/spirit/include/karma_delimit.hpp (original)
+++ trunk/boost/spirit/include/karma_delimit.hpp 2009-08-18 16:21:58 EDT (Tue, 18 Aug 2009)
@@ -13,6 +13,6 @@
 #pragma once
 #endif
 
-#include <boost/spirit/home/karma/delimit_out.hpp>
+#include <boost/spirit/home/karma/directive/delimit.hpp>
 
 #endif

Added: trunk/boost/spirit/include/karma_maxwidth.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_maxwidth.hpp 2009-08-18 16:21:58 EDT (Tue, 18 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_MAXWIDTH
+#define BOOST_SPIRIT_INCLUDE_KARMA_MAXWIDTH
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/karma/directive/maxwidth.hpp>
+
+#endif

Added: trunk/boost/spirit/include/karma_upper_lower_case.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_upper_lower_case.hpp 2009-08-18 16:21:58 EDT (Tue, 18 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_UPPER_LOWER_CASE
+#define BOOST_SPIRIT_INCLUDE_KARMA_UPPER_LOWER_CASE
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/karma/directive/upper_lower_case.hpp>
+
+#endif

Added: trunk/boost/spirit/include/karma_verbatim.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_verbatim.hpp 2009-08-18 16:21:58 EDT (Tue, 18 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_VERBATIM
+#define BOOST_SPIRIT_INCLUDE_KARMA_VERBATIM
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/karma/directive/verbatim.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