Remove const from as_if::operator()() return (#425)
Returning a const value prevents the use of non-copyable return types such as unique_ptr.
Showing
Please register or sign in to comment
Returning a const value prevents the use of non-copyable return types such as unique_ptr.