inherit ctor's from geometry_base
This commit is contained in:
parent
bd920daa16
commit
bf99177da7
1 changed files with 1 additions and 5 deletions
|
@ -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…
Reference in a new issue