@@ -60,8 +60,8 @@ void readVectorOfPointers ( std::istream& input, std::vector<T*>& v );
} // namespace
-#ifdef __GNUC__
+//#ifdef __GNUC__
#include "core/basics/vectorio.tcc"
-#endif
+//#endif
#endif //_VECTORIO_H_
@@ -256,8 +256,8 @@ inline double absoluteAngleBetweenVectorsIgnoringDirection(
#include <core/vector/Algorithms.tcc>
#endif // ALGORITHMS_H
@@ -254,8 +254,8 @@ protected:
} // namespace NICE
#include <core/vector/Distance.tcc>
#endif // __VECTOR_DISTANCE_H__
@@ -741,9 +741,9 @@ void blockwiseMultiplication ( const MatrixT<T> & A, uint blockSize, const Vecto
}
#include "core/vector/MatrixT.tcc"
#endif // _EMATRIX_BASICVECTOR_H
@@ -511,9 +511,9 @@ typedef RowMatrixT<double> DoubleRowMatrix;
typedef RowMatrixT<char> CharRowMatrix;
#include "core/vector/RowMatrixT.tcc"
#endif // _EROWMATRIX_BASICVECTOR_H
@@ -119,7 +119,7 @@ inline void enforceRankDefect(MatrixT<T>& m, const uint defect) {
#else // no LinAl
#ifndef SVDLINAL_WARNING
-#warning SVD requires LinAl.
+#pragma message WARNING("SVD requires LinAl.")
#define SVDLINAL_WARNING
#endif
@@ -953,8 +953,8 @@ inline VectorT<Tp> operator* ( double s, const VectorT<Tp> & x )
#include "core/vector/MatrixT.h"
#include "core/vector/RowMatrixT.h"
#include "core/vector/VectorT.tcc"
#endif // _EVECTOR_BASICVECTOR_H