diff --git a/dlib/geometry/vector.h b/dlib/geometry/vector.h index dbea36897..f27d5e453 100644 --- a/dlib/geometry/vector.h +++ b/dlib/geometry/vector.h @@ -193,15 +193,15 @@ namespace dlib !*/ // This insanity here is to work around a bug in visual studio 8. - template + template struct vc_rebind { - typedef vector type; + typedef vector type; }; - template + template struct vc_rebind_promote { - typedef vector::type,N> type; + typedef vector::type,N> type; }; public: @@ -585,15 +585,15 @@ namespace dlib !*/ // This insanity here is to work around a bug in visual studio 8. - template + template struct vc_rebind { - typedef vector type; + typedef vector type; }; - template + template struct vc_rebind_promote { - typedef vector::type,N> type; + typedef vector::type,N> type; };