Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions include/boost/regex/v5/c_regex_traits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ namespace boost{
BOOST_REGEX_MODULE_EXPORT template <class charT>
struct c_regex_traits;

BOOST_REGEX_MODULE_EXPORT template<>
template<>
struct c_regex_traits<char>
{
c_regex_traits(){}
Expand Down Expand Up @@ -104,7 +104,7 @@ struct c_regex_traits<char>
};

#ifndef BOOST_NO_WREGEX
BOOST_REGEX_MODULE_EXPORT template<>
template<>
struct c_regex_traits<wchar_t>
{
c_regex_traits(){}
Expand Down
Loading