+ Better support of clang, fix issues discovered by clang

This commit is contained in:
wmayer
2014-05-05 18:25:59 +02:00
parent 4b2b243e47
commit ad24c619d6
8 changed files with 43 additions and 35 deletions

View File

@@ -411,5 +411,7 @@ void Vector3<_Precision>::TransformToCoordinateSystem (const Vector3 &rclBase,
}
// explicit template instantiation
namespace Base {
template class BaseExport Vector3<float>;
template class BaseExport Vector3<double>;
}