From: <den...@us...> - 2009-07-06 22:21:41
|
Revision: 7 http://stdair.svn.sourceforge.net/stdair/?rev=7&view=rev Author: denis_arnaud Date: 2009-07-06 22:21:38 +0000 (Mon, 06 Jul 2009) Log Message: ----------- [Test] Fixed a compilation bug in the test/mpl test. Modified Paths: -------------- trunk/stdair/test/mpl/mpl.cpp Modified: trunk/stdair/test/mpl/mpl.cpp =================================================================== --- trunk/stdair/test/mpl/mpl.cpp 2009-07-06 14:08:06 UTC (rev 6) +++ trunk/stdair/test/mpl/mpl.cpp 2009-07-06 22:21:38 UTC (rev 7) @@ -76,7 +76,7 @@ } BOOST_MPL_ASSERT ((boost::is_same<boost::mpl::at_c<types, 1>::type, - STDAIR::Cabin>::value)); + STDAIR::Cabin>)); return 0; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |