add a note

This commit is contained in:
Gael Guennebaud 2016-07-22 15:46:23 +02:00
parent d7a0e52478
commit 60d5980a41

View File

@ -72,6 +72,7 @@ namespace Eigen {
template<>
Real test_precision<Real>() { return 1e-50; }
// needed in C++93 mode where number does not support explicit cast.
namespace internal {
template<typename NewType>
struct cast_impl<Real,NewType>