Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53307 - trunk/boost/spirit/repository/include
From: hartmut.kaiser_at_[hidden]
Date: 2009-05-27 12:32:11


Author: hkaiser
Date: 2009-05-27 12:32:10 EDT (Wed, 27 May 2009)
New Revision: 53307
URL: http://svn.boost.org/trac/boost/changeset/53307

Log:
Spirit: work on repository includes
Added:
   trunk/boost/spirit/repository/include/karma.hpp (contents, props changed)
Text files modified:
   trunk/boost/spirit/repository/include/karma_confix.hpp | 6 ++++++
   1 files changed, 6 insertions(+), 0 deletions(-)

Added: trunk/boost/spirit/repository/include/karma.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/repository/include/karma.hpp 2009-05-27 12:32:10 EDT (Wed, 27 May 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_REPOSITORY
+#define BOOST_SPIRIT_INCLUDE_KARMA_REPOSITORY
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/repository/home/karma.hpp>
+
+#endif

Modified: trunk/boost/spirit/repository/include/karma_confix.hpp
==============================================================================
--- trunk/boost/spirit/repository/include/karma_confix.hpp (original)
+++ trunk/boost/spirit/repository/include/karma_confix.hpp 2009-05-27 12:32:10 EDT (Wed, 27 May 2009)
@@ -8,5 +8,11 @@
 =============================================================================*/
 #ifndef BOOST_SPIRIT_INCLUDE_KARMA_REPOSITORY_CONFIX
 #define BOOST_SPIRIT_INCLUDE_KARMA_REPOSITORY_CONFIX
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
 #include <boost/spirit/repository/home/karma/confix.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