Mercurial > hg > qm-dsp
comparison dsp/segmentation/Segmenter.cpp @ 493:bb78ca3fe7de
Remove "using" from some headers
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 31 May 2019 17:24:50 +0100 |
parents | d48276a3ae24 |
children |
comparison
equal
deleted
inserted
replaced
492:2892ecc40f86 | 493:bb78ca3fe7de |
---|---|
15 | 15 |
16 #include <iomanip> | 16 #include <iomanip> |
17 | 17 |
18 #include "Segmenter.h" | 18 #include "Segmenter.h" |
19 | 19 |
20 using std::ostream; | |
21 | |
20 ostream& operator<<(ostream& os, const Segmentation& s) | 22 ostream& operator<<(ostream& os, const Segmentation& s) |
21 { | 23 { |
22 os << "structure_name : begin_time end_time\n"; | 24 os << "structure_name : begin_time end_time\n"; |
23 | 25 |
24 for (int i = 0; i < int(s.segments.size()); i++) { | 26 for (int i = 0; i < int(s.segments.size()); i++) { |