2#include <ossia/detail/std_fwd.hpp>
4OSSIA_STD_BEGIN_NAMESPACE_CXX11
13template <
typename T,
typename Traits>
16using regex = basic_regex<char, regex_traits<char>>;
17OSSIA_STD_END_NAMESPACE_CXX11
21static const constexpr auto sizeof_regex = 40;
23static const constexpr auto sizeof_regex = 96;
25#elif defined(_LIBCPP_VERSION)
26static const constexpr auto sizeof_regex = 64;
27#elif defined(__GLIBCXX__)
28static const constexpr auto sizeof_regex = 32;
31#define sizeof_regex sizeof(std::regex);