mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
inherit ctor's from geometry_base
This commit is contained in:
parent
bd920daa16
commit
bf99177da7
@ -148,11 +148,7 @@ struct geometry : geometry_base<T>
|
||||
|
||||
geometry()
|
||||
: geometry_base<T>() {} // empty
|
||||
|
||||
template <typename G>
|
||||
geometry(G && geom)
|
||||
: geometry_base<T>(std::forward<G>(geom)) {}
|
||||
|
||||
using geometry_base<T>::geometry_base;
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user