summaryrefslogtreecommitdiffstats
path: root/src/tupleref.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tupleref.hpp')
-rw-r--r--src/tupleref.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tupleref.hpp b/src/tupleref.hpp
index 3e896be..18bd7f4 100644
--- a/src/tupleref.hpp
+++ b/src/tupleref.hpp
@@ -17,7 +17,8 @@ using TupleOfRefs = std::tuple<std::reference_wrapper<T>...>;
namespace detail
{
/** @brief Less than implementation for tuples of references. */
-template <size_t size, size_t i, typename T, typename U> struct TupleOfRefsLess
+template <size_t size, size_t i, typename T, typename U>
+struct TupleOfRefsLess
{
static constexpr bool compare(const T& l, const U& r)
{
OpenPOWER on IntegriCloud