Обновление форматирования
This commit is contained in:
Submodule cmake/etc/uncrustify updated: 878e1d8a27...eb34f3ffb3
@ -15,7 +15,7 @@ namespace math {
|
||||
* \return Квадрат значения
|
||||
*/
|
||||
template < typename T >
|
||||
auto pow2( T const& value )->decltype( boost::math::pow< 2 >( value ) )
|
||||
auto pow2( T const& value ) -> decltype( boost::math::pow< 2 >( value ) )
|
||||
{
|
||||
return( boost::math::pow< 2 >( value ) );
|
||||
}
|
||||
|
@ -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