$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2007-06-13 12:02:08
Ion Gaztañaga wrote:
> I've installed Solaris Express Developer in a virtual machine and I'm 
> able to compile all perfectly with GCC + Sun linker. However the Sun 
> compiler (SunStudio 11, with 5.8 compiler version) does not compile the 
> latest Intrusive CVS saying that std::iterator_traits is not in std 
> namespace. I've just put SunCC in the low-priority queue, because I 
> can't spend more time investigating this issue. I might be configuring 
> something wrong, though.
I've just found this to help me:
http://blogs.sun.com/sga/category/Boost
and
http://developers.sun.com/sunstudio/documentation/ss11/mr/READMEs/c++_faq.html#LibComp
It seems that I should try with STLport instead of the default standard 
library. I'll try it again.
Regards,
Ion