Skip to content

Commit f9ea259

Browse files
jll63Copilot
andauthored
Update include/boost/openmethod/initialize.hpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 52c5b89 commit f9ea259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/openmethod/initialize.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1675,7 +1675,7 @@ auto registry<Policies...>::finalize(Options... opts) -> void {
16751675
//! arguments.
16761676
//! @param options Zero or more option objects.
16771677
template<class Registry = BOOST_OPENMETHOD_DEFAULT_REGISTRY, class... Options>
1678-
inline auto finalize(Options... opts) -> void {
1678+
inline auto finalize(Options&&... opts) -> void {
16791679
Registry::finalize(std::forward<Options>(opts)...);
16801680
}
16811681

0 commit comments

Comments
 (0)