|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r67146 - sandbox/configurator/boost/configurator/detail
From: for.dshevchenko_at_[hidden]
Date: 2010-12-10 05:26:07
Author: dshevchenko
Date: 2010-12-10 05:26:02 EST (Fri, 10 Dec 2010)
New Revision: 67146
URL: http://svn.boost.org/trac/boost/changeset/67146
Log:
multi-comments bug fix.
Text files modified:
sandbox/configurator/boost/configurator/detail/comments_remover.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/configurator/boost/configurator/detail/comments_remover.hpp
==============================================================================
--- sandbox/configurator/boost/configurator/detail/comments_remover.hpp (original)
+++ sandbox/configurator/boost/configurator/detail/comments_remover.hpp 2010-12-10 05:26:02 EST (Fri, 10 Dec 2010)
@@ -84,7 +84,7 @@
bool multi_line_comment_exists_in( const std::string& s ) const {
return boost::contains( s, multi_line_comment_begin_sign )
- && boost::contains( s, multi_line_comment_end_sign );
+ || boost::contains( s, multi_line_comment_end_sign );
}
std::string concatenate( const str_storage& obtained_strings ) const {
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