Files
opm-common/opm/parser/eclipse/Parser
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-04-06 11:41:22 +02:00
2016-04-01 15:36:38 +02:00
2015-06-08 11:29:18 +02:00
2014-12-08 16:34:28 +01:00