Stream_support: No longer a need for replacement of istream >> double for VC++

This commit is contained in:
Andreas Fabri 2017-01-13 18:39:40 +01:00
parent ac18291803
commit e2fbd2d46d
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public:
};
#if CGAL_FORCE_IFORMAT_DOUBLE || \
( ( _MSC_VER > 1600 ) && (! defined( CGAL_NO_IFORMAT_DOUBLE )) )
( ( _MSC_VER > 1600 ) && ( _MSC_VER < 1910 ) && (! defined( CGAL_NO_IFORMAT_DOUBLE )) )
template <>
class Input_rep<double> : public IO_rep_is_specialized {
double& t;