This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: GCC 4.x Solaris locale support...
<tscheresky@micron.com> writes:
> /home/tscheres/gcc-4.4.1/libstdc++-v3/include/precompiled/stdc++.h:65:
> /home/tscheres/gcc-build/sparc-sun-solaris2.10/libstdc++-v3/include/bits
> /locale_classes.h:302: error: '_GLIBCXX_NUM_CATEGORIES' was not declared
> in this scope
This looks like a bug in libstdc++. _GLIBCXX_NUM_CATEGORIES is
defined for the generic and gnu --enable-clocale options, but not for
the others.
Ian