Atgeirr Flø Rasmussen 78e0870bad Use std::list instead of std::vector to fix push_front().
The push_front() method can cause reallocation of expanded_items,
thereby invalidating iterators already stored in m_recordItems.
Switching to std::list fixes this.
2016-03-14 14:54:29 +01:00
2015-06-18 12:06:38 +02:00
2016-02-22 10:16:12 +01:00
2015-01-13 12:57:16 +01:00
2016-02-04 11:55:22 +01:00
Description
Common components for OPM, in particular build system (cmake).
74 MiB
Languages
C++ 79%
ECL 13.4%
Scheme 3.1%
CMake 2.4%
Python 1%
Other 1%