We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0ce91 commit 175a298Copy full SHA for 175a298
1 file changed
src/geom-functions.cpp
@@ -67,8 +67,6 @@ class geometry_n_visitor
67
: m_output(output), m_n(n)
68
{}
69
70
- void operator()(nullgeom_t const & /*input*/) const { m_output->reset(); }
71
-
72
void operator()(geom::collection_t const &input) const
73
{
74
*m_output = input[m_n];
0 commit comments