Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2007-08-22 08:57:34


Author: johnmaddock
Date: 2007-08-22 08:56:39 EDT (Wed, 22 Aug 2007)
New Revision: 38838
URL: http://svn.boost.org/trac/boost/changeset/38838

Log:
Fixed include guard.
Text files modified:
   trunk/libs/regex/test/regress/test_partial_match.hpp | 5 +++--
   1 files changed, 3 insertions(+), 2 deletions(-)

Modified: trunk/libs/regex/test/regress/test_partial_match.hpp
==============================================================================
--- trunk/libs/regex/test/regress/test_partial_match.hpp (original)
+++ trunk/libs/regex/test/regress/test_partial_match.hpp 2007-08-22 08:56:39 EDT (Wed, 22 Aug 2007)
@@ -16,8 +16,8 @@
   * DESCRIPTION: Declares tests for regex search and iteration.
   */
 
-#ifndef BOOST_REGEX_REGRESS_REGEX_SEARCH_HPP
-#define BOOST_REGEX_REGRESS_REGEX_SEARCH_HPP
+#ifndef BOOST_REGEX_REGRESS_REGEX_PARTIAL_MATCH_HPP
+#define BOOST_REGEX_REGRESS_REGEX_PARTIAL_MATCH_HPP
 #include "info.hpp"
 //
 // this file implements a test for a regular expression that should compile,
@@ -386,3 +386,4 @@
 
 
 #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