Files
opm-common/tests
Bård Skaflestad 3ad7771306 EclipseState Unit Test: Don't Leak Memory
The construction

    Parser parser(new Parser{})

effectively ends up calling the constructor

    Parser::Parser(bool)

which, besides leaking memory, is typically not what we want.
2019-10-26 18:22:52 -05:00
..
2017-06-01 15:29:23 +02:00
2019-04-08 11:36:20 +02:00
2019-04-08 11:36:20 +02:00
2018-09-09 11:16:42 +02:00
2019-02-15 18:01:38 +01:00
2017-05-10 10:03:31 +02:00
2019-06-25 13:16:41 +02:00