no iostream.
This commit is contained in:
parent
82c34735c4
commit
b88a7888fe
1 changed files with 0 additions and 2 deletions
|
@ -18,8 +18,6 @@ void template_type::process_text(citer begin, citer end) {
|
|||
}
|
||||
}
|
||||
|
||||
#include <iostream>
|
||||
|
||||
void template_type::tokenize(const std::string& tmp) {
|
||||
std::string open{"{{"}, close{"}}"};
|
||||
citer beg = tmp.begin();
|
||||
|
|
Loading…
Reference in a new issue