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