mirror of
https://github.com/boostorg/regex.git
synced 2025-07-13 12:26:37 +02:00
Misc regex fixes: removed BOOST_RE_NO_EXCEPTION_H macro (no longer needed), added hack for VC6+STLPort regression test (missing wstring exports in STLPort dll).
[SVN r9555]
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
#ifndef BOOST_RE_PAT_EXCEPT_HPP
|
||||
#define BOOST_RE_PAT_EXCEPT_HPP
|
||||
|
||||
#include <stdexcept>
|
||||
#include <boost/re_detail/regex_config.hpp>
|
||||
|
||||
namespace boost{
|
||||
|
||||
|
Reference in New Issue
Block a user