error in compiling lambda on solaris
I am trying to compile C++ code with lambda included. I am using following version of compiler on Solaris: CC: Sun C++ 5.5 Patch 113817-12 2005/03/08 I get following compile error: /boost/lambda/detail/is_instance_of.hpp", line 90: Error: "{" expected instead of ">" Does this version of solaris compiler not able to compile lambda? are there any defines needed to fix this? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Yikes... Boost and SunCC don't play well. The latest version (11?) is supposed to be better in that I think 70% of boost may compile correctly with it now. Don't quote me on that number, but I think theres a Sun blog around somewhere about this. -----Original Message----- From: boost-users-bounces@lists.boost.org on behalf of Mr Abhinav Rai Sent: Wed 7/26/2006 2:54 PM To: boost-users@lists.boost.org Subject: [Boost-users] error in compiling lambda on solaris I am trying to compile C++ code with lambda included. I am using following version of compiler on Solaris: CC: Sun C++ 5.5 Patch 113817-12 2005/03/08 I get following compile error: /boost/lambda/detail/is_instance_of.hpp", line 90: Error: "{" expected instead of ">" Does this version of solaris compiler not able to compile lambda? are there any defines needed to fix this? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Mr Abhinav Rai
-
Sohail Somani