forked from boostorg/regex
Add module support and tests. (#174)
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
|
||||
namespace boost{
|
||||
|
||||
template <class charT, class implementationT >
|
||||
BOOST_REGEX_MODULE_EXPORT template <class charT, class implementationT >
|
||||
struct regex_traits : public implementationT
|
||||
{
|
||||
regex_traits() : implementationT() {}
|
||||
|
Reference in New Issue
Block a user