std::size_t using egcs-20000612

Mark Whitehouse markwhitehouse@yahoo.com
Thu Jun 15 10:39:00 GMT 2000


Does anybody know why stddef does not appear to be in
the std namespace in egcs-20000612 snapshot?
I compiled gcc with --enable-libstdcxx-v3 and other
stuff seems to be in std as expected.

i.e. the following will not compile:

#include <cstddef>

int main()
{
  std::size_t s1 = 1;  // error
  size_t s2 = 1;       // ok
}

Thanks,
Mark

__________________________________________________
Do You Yahoo!?
Yahoo! Photos -- now, 100 FREE prints!
http://photos.yahoo.com


More information about the Libstdc++ mailing list