Changes in src/ResolvExpr/Candidate.cpp [2595df1:9feb34b]
- File:
-
- 1 edited
-
src/ResolvExpr/Candidate.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Candidate.cpp
r2595df1 r9feb34b 17 17 18 18 #include <iostream> 19 #include <sstream> 19 20 20 21 #include "AST/Print.hpp" … … 44 45 sorted.reserve(cands.size()); 45 46 for(const auto & c : cands) { 46 std:: stringstream ss;47 std::ostringstream ss; 47 48 print( ss, *c, indent ); 48 49 sorted.push_back(ss.str());
Note:
See TracChangeset
for help on using the changeset viewer.