Skip to content

Commit

Permalink
Silence clang-tidy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Oct 10, 2018
1 parent f59ea87 commit fb57831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tao/operators.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#ifndef TAO_OPERATORS_NO_RVALUE_REFERENCE_RESULTS
#define TAO_OPERATORS_BASIC_OP( name, op ) \
template< typename T, typename U = T > \
class name \
class name /* NOLINT */ \
{ \
friend T operator op( const T& lhs, const U& rhs ) noexcept( noexcept( T( lhs ), std::declval< T& >() op## = rhs, T( std::declval< T& >() ) ) ) \
{ \
Expand Down

0 comments on commit fb57831

Please sign in to comment.