Add .travis.yml
This commit is contained in:
parent
ce7d200a7c
commit
1420abc81b
14 changed files with 82 additions and 13 deletions
|
|
@ -84,7 +84,7 @@ namespace
|
|||
str.push_back(*ptr++);
|
||||
++ptr;
|
||||
|
||||
line = std::stoi(str);
|
||||
line = unsigned(std::stoi(str));
|
||||
}
|
||||
|
||||
DEBUG_ASSERT(*ptr == ':', detail::assert_handler{});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue