Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57166 - trunk/boost/spirit/include
From: joel_at_[hidden]
Date: 2009-10-27 03:06:02


Author: djowel
Date: 2009-10-27 03:06:01 EDT (Tue, 27 Oct 2009)
New Revision: 57166
URL: http://svn.boost.org/trac/boost/changeset/57166

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

Added: trunk/boost/spirit/include/support_string_traits.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/support_string_traits.hpp 2009-10-27 03:06:01 EDT (Tue, 27 Oct 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_SUPPORT_STRING_TRAITS
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_STRING_TRAITS
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/support/string_traits.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