Commit 56d6a8a4 authored by Davis King's avatar Davis King

fixed compile error in older gcc

parent 95aacdfd
...@@ -1849,7 +1849,7 @@ namespace dlib ...@@ -1849,7 +1849,7 @@ namespace dlib
}; };
class print_matrix_as_csv {}; class print_matrix_as_csv {};
const print_matrix_as_csv csv; const print_matrix_as_csv csv = print_matrix_as_csv();
inline print_matrix_as_csv_helper operator<< ( inline print_matrix_as_csv_helper operator<< (
std::ostream& out, std::ostream& out,
const print_matrix_as_csv& const print_matrix_as_csv&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment