From: <den...@us...> - 2010-06-28 11:05:51
|
Revision: 205 http://stdair.svn.sourceforge.net/stdair/?rev=205&view=rev Author: denis_arnaud Date: 2010-06-28 11:05:45 +0000 (Mon, 28 Jun 2010) Log Message: ----------- [Dev] Added pragma directives to support Boost versions lower than 1.35 (e.g., for RedHat/CentOS 5). Modified Paths: -------------- trunk/stdair/stdair/bom/Structure.hpp trunk/stdair/stdair/factory/FacBomStructure.hpp Modified: trunk/stdair/stdair/bom/Structure.hpp =================================================================== --- trunk/stdair/stdair/bom/Structure.hpp 2010-06-28 10:35:53 UTC (rev 204) +++ trunk/stdair/stdair/bom/Structure.hpp 2010-06-28 11:05:45 UTC (rev 205) @@ -10,7 +10,7 @@ #include <boost/version.hpp> #if BOOST_VERSION >= 103500 #include <boost/fusion/include/map.hpp> -#include <boost/fusion/sequence/intrinsic/at_key.hpp> +#include <boost/fusion/include/at_key.hpp> #endif // BOOST_VERSION >= 103500 // STDAIR #include <stdair/bom/BomStructure.hpp> Modified: trunk/stdair/stdair/factory/FacBomStructure.hpp =================================================================== --- trunk/stdair/stdair/factory/FacBomStructure.hpp 2010-06-28 10:35:53 UTC (rev 204) +++ trunk/stdair/stdair/factory/FacBomStructure.hpp 2010-06-28 11:05:45 UTC (rev 205) @@ -13,7 +13,7 @@ #if BOOST_VERSION >= 103500 #include <boost/fusion/container/map.hpp> #include <boost/fusion/include/map.hpp> -#include <boost/fusion/sequence/intrinsic/at_key.hpp> +#include <boost/fusion/include/at_key.hpp> #else // BOOST_VERSION >= 103500 #include <boost/mpl/map.hpp> #endif // BOOST_VERSION >= 103500 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |