Skip to content

Commit

Permalink
Add missing inline.
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinH committed Mar 18, 2024
1 parent b6a26cd commit 76d666a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tao/config/internal/function_wrapper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 76d666a

Please sign in to comment.