![]() |
Home | Libraries | People | FAQ | More |
Includes the C regex traits or the CPP regex traits header file depending on the BOOST_XPRESSIVE_USE_C_TRAITS macro.
namespace boost { namespace xpressive { struct regex_traits_version_1_tag; struct regex_traits_version_2_tag; template<typename Traits> struct has_fold_case; template<typename Char, typename Impl> struct regex_traits; } }