Missing TR1 cmath functions

Stephen M. Webb stephenw@xandros.com
Fri Aug 29 13:21:00 GMT 2008


On 28/08/08 05:34, John Maddock wrote:
> This test case:
>
> #include <tr1/regex>
>
> int main(){
> std::tr1::regex_traits<char> t;
> t.isctype('c', 0);
> return 0;
> }
>
> Fails to compile ...

Yes, there are some obvious errors in that member function and no testcase to 
discover it.  I will add a fix and an appropriate test case to my forthcoming 
regex patch.

--smw



More information about the Libstdc++ mailing list