This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Missing TR1 cmath functions


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]