Files
opm-common/opm/parser/eclipse/Parser/tests
Jørgen Kvalsvik 0d24ac2d4a Store Location::lineno as size_t
By storing it as size_t we explicitly disallow negative line numbers,
and keep 0 as an error/empty/undefined location.

A small problem with this is that MessageContainer.error and friends
still accept negative numbers (often without warning) via size_t
implicit conversion and wrap-around.
2016-04-06 11:41:22 +02:00
..
2016-03-17 08:42:46 +08:00