You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The solution may be to replace *static_cast<const T*>(value) to reinterpret_cast<const T*>(value).
But I'm not sure without analysing the code. The reinterpret_cast<> must be used carefully.
It's just a quick idea.
Calling
std::cout << fun_void_void
works fine, buttfm::format( "1. %s", fun_void_void )
(either%s
or%p
) results in:The text was updated successfully, but these errors were encountered: