blob: d6c52e70e63e91d9af20a40db6b243912bf7be53 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/tests/stdboosterror.h.orig 2019-06-02 15:22:17 UTC
+++ lib/tests/stdboosterror.h
@@ -4,7 +4,7 @@ static boost::regex_error
#include <boost/regex/pattern_except.hpp>
static boost::regex_error
- std_boost_exception(boost::regex_error(boost::regex_constants::error_bad_pattern));
+ std_boost_exception{boost::regex_error(boost::regex_constants::error_bad_pattern)};
/**
* returns the string representing a standard exception (which
|