Discussion:
[patch] Add const to constexpr member function in regex.h
Jonathan Wakely
2014-10-08 09:05:43 UTC
Permalink
In C++14 constexpr member functions are no longer implicitly const.

Tested x86_64-linux, committed to trunk and 4.9

Loading...