View Single Post
Old 12th August 2016, 20:25   #8  |  Link
feisty2
I'm Siri
 
feisty2's Avatar
 
Join Date: Oct 2012
Location: void
Posts: 2,633
ResamplingFunction *f -> ResamplingFunction &&f
&PointFilter() -> PointFilter()

will probably work...

Edit: you might be using an obsolete msvc which does not feature rvalue reference, a modern c++ feature, so it didn't bitch about nothing

Last edited by feisty2; 12th August 2016 at 20:35.
feisty2 is offline   Reply With Quote