Обновление форматирования
This commit is contained in:
@ -11,7 +11,7 @@ template< typename ... Args >
|
||||
struct QOverload
|
||||
{
|
||||
template< typename C, typename R >
|
||||
static constexpr auto of( R ( C::* pmf )( Args... ) )->decltype( pmf )
|
||||
static constexpr auto of( R ( C::* pmf )( Args... ) ) -> decltype( pmf )
|
||||
{
|
||||
return( pmf );
|
||||
}
|
||||
|
Reference in New Issue
Block a user