Fix build with Boost 1.58.0. Patch by stinkfist0. Thanks.

This commit is contained in:
Thomas Krijnen
2015-07-09 13:23:40 +00:00
parent 92bc7b13cb
commit 78f4d7d592
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
typedef std::string S;
typedef IfcParse::IfcGlobalId guid;
typedef std::pair<double, double> XY;
boost::none_t const null = (static_cast<boost::none_t>(0));
boost::none_t const null = boost::none;
// The creation of Nurbs-surface for the IfcSite mesh, to be implemented lateron
void createGroundShape(TopoDS_Shape& shape);