diff --git a/include/tao/config/internal/function_wrapper.hpp b/include/tao/config/internal/function_wrapper.hpp index 72adde1..069111f 100644 --- a/include/tao/config/internal/function_wrapper.hpp +++ b/include/tao/config/internal/function_wrapper.hpp @@ -16,7 +16,7 @@ namespace tao::config::internal { - [[nodiscard]] function wrap( bool ( *x )( entry& e ) ) + [[nodiscard]] inline function wrap( bool ( *x )( entry& e ) ) { return function( [ x ]( entry& e ) { try {