[linux][gcc][boost] Fixed gcc bug with boost https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63356

This commit is contained in:
MWM Planet Generator cdn3 2015-02-16 01:26:57 -08:00 committed by Alex Zolotarev
parent 0c2867e559
commit d732e770ee

View file

@ -46,6 +46,9 @@ class point_data {
}
template <typename PointType>
#ifdef __GNUC__
explicit
#endif
point_data(const PointType& that) {
*this = that;
}