mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Add semicolon as separator for reading in a matrix (#2462)
Co-authored-by: Alain RIBIÈRE <alain.ribiere@edf.fr>
This commit is contained in:
parent
e1ac0b43e4
commit
cf21f5aa95
@ -21,6 +21,7 @@ namespace dlib
|
||||
return in.peek() == '\n' ||
|
||||
in.peek() == ' ' ||
|
||||
in.peek() == ',' ||
|
||||
in.peek() == ';' ||
|
||||
in.peek() == '\t' ||
|
||||
in.peek() == '\r';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user