From 76d666ad08468ed20a0b770043c954a092ead7de Mon Sep 17 00:00:00 2001 From: "Dr. Colin Hirsch" Date: Mon, 18 Mar 2024 11:15:26 +0100 Subject: [PATCH] Add missing inline. --- include/tao/config/internal/function_wrapper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {