mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 17:58:09 +08:00
refactor: rm argument(same as default) of retrace
This commit is contained in:
@@ -142,7 +142,7 @@ TOML11_INLINE bool operator!=(const location& lhs, const location& rhs)
|
|||||||
TOML11_INLINE location prev(const location& loc)
|
TOML11_INLINE location prev(const location& loc)
|
||||||
{
|
{
|
||||||
location p(loc);
|
location p(loc);
|
||||||
p.retrace(1);
|
p.retrace();
|
||||||
return p;
|
return p;
|
||||||
}
|
}
|
||||||
TOML11_INLINE location next(const location& loc)
|
TOML11_INLINE location next(const location& loc)
|
||||||
|
Reference in New Issue
Block a user