diff --git a/src/aliceVision/prettyprint.hpp b/src/aliceVision/prettyprint.hpp index 0820a1b198..a079ba4ab8 100644 --- a/src/aliceVision/prettyprint.hpp +++ b/src/aliceVision/prettyprint.hpp @@ -55,7 +55,7 @@ struct has_begin_end : private sfinae_base // typename template static yes& f(typename std::enable_if< - std::is_same(&C::begin)), typename C::const_iterator (C::*)() const>::value>::type*); + std::is_same(&C::begin)), typename C::const_iterator (C::*)() const>::value>::type*); #else // _MSCV_VER template static yes& f(typename std::enable_if(&C::begin)), @@ -68,7 +68,7 @@ struct has_begin_end : private sfinae_base #ifdef _MSC_VER template static yes& g( - typename std::enable_if(&C::end)), typename C::const_iterator (C::*)() const>::value, + typename std::enable_if(&C::end)), typename C::const_iterator (C::*)() const>::value, void>::type*); #else // _MSCV_VER template