From 97d75494d9abc0f8201cc71a62d3c252a8a1ebd3 Mon Sep 17 00:00:00 2001 From: Eric Friedman Date: Tue, 1 Jul 2003 19:42:01 +0000 Subject: [PATCH] Minor file info changes. [SVN r18911] --- include/boost/variant/apply_visitor.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/boost/variant/apply_visitor.hpp b/include/boost/variant/apply_visitor.hpp index 907a1eb..e95a03d 100644 --- a/include/boost/variant/apply_visitor.hpp +++ b/include/boost/variant/apply_visitor.hpp @@ -1,5 +1,5 @@ //----------------------------------------------------------------------------- -// boost apply_visitor.hpp header file +// boost variant/apply_visitor.hpp header file // See http://www.boost.org for updates, documentation, and revision history. //----------------------------------------------------------------------------- // @@ -14,11 +14,11 @@ // suitability of this software for any purpose. It is provided "as is" // without express or implied warranty. -#ifndef BOOST_APPLY_VISITOR_HPP -#define BOOST_APPLY_VISITOR_HPP +#ifndef BOOST_VARIANT_APPLY_VISITOR_HPP +#define BOOST_VARIANT_APPLY_VISITOR_HPP #include "boost/variant/detail/apply_visitor_unary.hpp" #include "boost/variant/detail/apply_visitor_binary.hpp" #include "boost/variant/detail/apply_visitor_delayed.hpp" -#endif // BOOST_APPLY_VISITOR_HPP +#endif // BOOST_VARIANT_APPLY_VISITOR_HPP