Search found 1 match

by KenBurner
Tue May 22, 2012 5:20 pm
Forum: NetBurner Software
Topic: What part of the STL does the GCC compiler with the 2.5.2
Replies: 2
Views: 2253

What part of the STL does the GCC compiler with the 2.5.2

I was needing to do something using the standard template library, but everything I tried to use did not seem like it was supported. for example I wanted to use the bitset templat class, but no matter how I tried to reference the bitset feature, the compiler did not seem to recognize it. Is there ...