Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
use iformat
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Mar 30, 2018
1 parent e856f5c commit e2d656b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detail/tools/InputStreamReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class BasicInputStreamReader {
skipWhiteSpaces();
}

if ( CGAL::Input_rep<T>(value)(_s) ) {
if( _s >> CGAL::iformat(value) ) {
commit();
return true ;
}
Expand Down

0 comments on commit e2d656b

Please sign in to comment.