diff --git a/code/BoostWorkaround/boost/tuple/tuple.hpp b/code/BoostWorkaround/boost/tuple/tuple.hpp index b6466f590..562e12203 100644 --- a/code/BoostWorkaround/boost/tuple/tuple.hpp +++ b/code/BoostWorkaround/boost/tuple/tuple.hpp @@ -175,7 +175,7 @@ namespace boost { // Get a specific tuple element template typename detail::type_getter::type& get () { - return m.get(); + return m.template get(); } // ... and the const version