diff --git a/include/boost/unordered/detail/foa/takes_arg_as_const_reference.hpp b/include/boost/unordered/detail/foa/takes_arg_as_const_reference.hpp index 8db21c92..722ee00b 100644 --- a/include/boost/unordered/detail/foa/takes_arg_as_const_reference.hpp +++ b/include/boost/unordered/detail/foa/takes_arg_as_const_reference.hpp @@ -143,11 +143,11 @@ struct takes_arg_as_const_reference: has_const_reference_arg>{}; /* VS2017 and older issue a C3517 error when trying to obtain the type of - * an instantiation of a template function with deduced return type if + * an instantiation of a function template with deduced return type if * the instantiation has not been evaluated before. Passing through this - * function solves the issue + * function solves the problem. */ -template constexpr T force_evaluation(T); +template T force_evaluation(T); template struct takes_arg_as_const_reference<