|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r71539 - trunk/boost/proto/transform
From: eric_at_[hidden]
Date: 2011-04-27 13:16:02
Author: eric_niebler
Date: 2011-04-27 13:16:01 EDT (Wed, 27 Apr 2011)
New Revision: 71539
URL: http://svn.boost.org/trac/boost/changeset/71539
Log:
fix include guard and comment
Text files modified:
trunk/boost/proto/transform/integral_c.hpp | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
Modified: trunk/boost/proto/transform/integral_c.hpp
==============================================================================
--- trunk/boost/proto/transform/integral_c.hpp (original)
+++ trunk/boost/proto/transform/integral_c.hpp 2011-04-27 13:16:01 EDT (Wed, 27 Apr 2011)
@@ -1,13 +1,13 @@
///////////////////////////////////////////////////////////////////////////////
-/// \file arg.hpp
-/// Contains definition of the argN transforms.
+/// \file integral_c.hpp
+/// Contains definition of the integral_c transform and friends.
//
-// Copyright 2008 Eric Niebler. Distributed under the Boost
+// Copyright 2011 Eric Niebler. 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_PROTO_TRANSFORM_ARG_HPP_EAN_11_01_2007
-#define BOOST_PROTO_TRANSFORM_ARG_HPP_EAN_11_01_2007
+#ifndef BOOST_PROTO_TRANSFORM_INTEGRAL_C_HPP_EAN_04_28_2011
+#define BOOST_PROTO_TRANSFORM_INTEGRAL_C_HPP_EAN_04_28_2011
#include <boost/proto/proto_fwd.hpp>
#include <boost/proto/transform/impl.hpp>
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