forked from organicmaps/organicmaps
[linux][gcc][boost] Fixed gcc bug with boost https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63356
This commit is contained in:
parent
0c2867e559
commit
d732e770ee
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@ class point_data {
|
|||
}
|
||||
|
||||
template <typename PointType>
|
||||
#ifdef __GNUC__
|
||||
explicit
|
||||
#endif
|
||||
point_data(const PointType& that) {
|
||||
*this = that;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue