Re: [boost] [Boost-bugs] [Boost C++ Libraries] #5111: BOOST_TR1_STD_HEADER bad on Solaris 11/stdcxx4

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, 23 Jan 2011 20:39:12 -0000 "Boost C++ Libraries" <noreply@lists.boost.org> wrote:
#5111: BOOST_TR1_STD_HEADER bad on Solaris 11/stdcxx4
this is likely because stdcxx4 resides in /usr/include/stdcxx4/ /usr/include/stdcxx4/ansi there, which the config_all.hpp does not take into account and sets BOOST_TR1_STD_HEADER inappropriately
This was fixed for Pathscale - John, could you please modify the fix I made for Pathscale to apply to any toolchain using the apache/rw stdlib? - -- Bryce Lelbach aka wash boost-spirit.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAk08lxcACgkQ9cB/V3/s9EzcHwCdGCinVPCvyKbGDPs7LHa1DoIQ c3wAn1OO39wYkj1F5BmCSmjR7zW0oaGD =WQvl -----END PGP SIGNATURE-----

On Sun, Jan 23, 2011 at 16:01, Bryce Lelbach <admin@thefireflyproject.us> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Sun, 23 Jan 2011 20:39:12 -0000 "Boost C++ Libraries" <noreply@lists.boost.org> wrote:
#5111: BOOST_TR1_STD_HEADER bad on Solaris 11/stdcxx4
this is likely because stdcxx4 resides in /usr/include/stdcxx4/ /usr/include/stdcxx4/ansi there, which the config_all.hpp does not take into account and sets BOOST_TR1_STD_HEADER inappropriately
It also needs /usr/include/stdcxx4/tr1 to pick up <cstdint>. I'm fixing it for the next upgrade of stdcxx4 where <cstdint> will move to /usr/include/stdcxx4/ansi/. --Stefan -- Stefan Teleman KDE e.V. stefan.teleman@gmail.com
participants (2)
-
Bryce Lelbach
-
Stefan Teleman