|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r59934 - trunk/boost/xpressive
From: eric_at_[hidden]
Date: 2010-02-25 20:59:47
Author: eric_niebler
Date: 2010-02-25 20:59:46 EST (Thu, 25 Feb 2010)
New Revision: 59934
URL: http://svn.boost.org/trac/boost/changeset/59934
Log:
add missing include
Text files modified:
trunk/boost/xpressive/regex_error.hpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/boost/xpressive/regex_error.hpp
==============================================================================
--- trunk/boost/xpressive/regex_error.hpp (original)
+++ trunk/boost/xpressive/regex_error.hpp 2010-02-25 20:59:46 EST (Thu, 25 Feb 2010)
@@ -19,6 +19,7 @@
#include <boost/throw_exception.hpp>
#include <boost/current_function.hpp>
#include <boost/exception/exception.hpp>
+#include <boost/exception/info.hpp>
#include <boost/xpressive/regex_constants.hpp>
//{{AFX_DOC_COMMENT
@@ -91,7 +92,7 @@
{
#ifndef BOOST_EXCEPTION_DISABLE
boost::throw_exception(
- boost::enable_error_info(boost::xpressive::regex_error(code, msg))
+ boost::xpressive::regex_error(code, msg)
<< boost::throw_function(fun)
<< boost::throw_file(file)
<< boost::throw_line((int)line)
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