From 715efa6e20812d7ea337384bffdac84e2b51b480 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Sat, 9 Aug 2014 05:49:10 -0700 Subject: [PATCH] I do believe C++'s inconsistencies will destroy me utterly one day. But it is not this day. C++14 allows for not specifying the `&` in front of the member function --- sol/traits.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sol/traits.hpp b/sol/traits.hpp index 408c5451..c86cce6d 100644 --- a/sol/traits.hpp +++ b/sol/traits.hpp @@ -169,7 +169,7 @@ template::value> struct fx_traits; template -struct fx_traits : fx_traits { +struct fx_traits : fx_traits { };