undo bad change

This commit is contained in:
Sébastien Loriot 2023-11-07 09:15:18 +01:00
parent 3176178224
commit 25233e8f67
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public:
private: private:
typedef std::conditional_t<std::is_function_v<Function_>, typedef std::conditional_t<std::is_function_v<Function_>,
Function_*, Function_*,
Function_>: Stored_function; Function_> Stored_function;
/// Function to wrap /// Function to wrap
Stored_function f_; Stored_function f_;