Fix boost::any bug with Boost 1.54.
and set BOOST_MIN_VERSION to 1.48. Fixes: - http://freecadweb.org/tracker/view.php?id=0002505 - http://forum.freecadweb.org/viewtopic.php?f=13&t=15310 - http://forum.freecadweb.org/viewtopic.php?f=3&t=15400 - http://forum.freecadweb.org/viewtopic.php?f=10&t=14108
This commit is contained in:
committed by
wmayer
parent
1f77d98fab
commit
bd3f6f4052
@@ -26,7 +26,11 @@
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#ifndef BOOST_105400
|
||||
#include <boost/any.hpp>
|
||||
#else
|
||||
#include <boost_any_1_55.hpp>
|
||||
#endif
|
||||
|
||||
namespace App
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user