problem with boost::shmem on Solaris 10 Sun Studio 11

I'm trying to use boost::shmem and I'm having trouble on Solaris. The
same code works fine on Windows with VS8. I'm getting:
Error: Redefining
boost::shmem::detail::segment_manager

Hi Clarke,
I have no access to that platform, so it's difficult to know what's
happening. Code should compile in gcc >= 3.4 and vc >= 7.1.
However, it might be possible that defining segment_manager<...> as
segment manager is not well received by Sun compiler. Can you try to
change that line with
typedef segment_manager
participants (2)
-
Clarke, Trevor
-
Ion Gaztañaga