Compile time regular expression in C++
github.com
Compile time regular expression in C++
1–10 of 30 posts
Re: Compile time regular expression in C++
#2Re: Compile time regular expression in C++
#3Hopefully the standard regex will be constexpr soon.
Re: Compile time regular expression in C++
#4Re: Compile time regular expression in C++
#5Hopefully the standard regex will be constexpr soon.
Not to mention, like... trig functions. I know std::cos et al. need to set errno. Maybe cppfront will get rid of it.
Re: Compile time regular expression in C++
#6Earlier quoted context omitted.
Not to mention, like... trig functions. I know std::cos et al. need to set errno. Maybe cppfront will get rid of it.
Compile with -fno-math-errno. Almost nobody checks errno for math functions, and disabling it can give a huge speedup.
Re: Compile time regular expression in C++
#7Re: Compile time regular expression in C++
#8Re: Compile time regular expression in C++
#9Hopefully the standard regex will be constexpr soon.
Not to mention, like... trig functions. I know std::cos et al. need to set errno. Maybe cppfront will get rid of it.
Re: Compile time regular expression in C++
#10Hopefully the standard regex will be constexpr soon.
Not to mention, like... trig functions. I know std::cos et al. need to set errno. Maybe cppfront will get rid of it.
That’s like saying you can’t drive during winter with your car because it came with summer tires... just change your tires?