Files
opm-core/opm/core
Roland Kaufmann 359fdb1428 Make GCC 4.6.3 happy in C++0x mode
It complains about not finding a match for the pair<> template class,
because the first parameter (this) is allegedly const. However, this
isn't a const method, so I suspect it is a compiler bug.

In order to move on, I slap on a harmless cast which will make this
particular compiler happy, and which should have no effects elsewhere,
but put it in a #if..#else..#endif macro to avoid warnings on others;
hopefully this also makes it easier to spot and remove in the future.
2012-10-24 09:57:12 +02:00
..
2012-10-10 14:12:38 +02:00
2012-10-24 09:57:12 +02:00
2012-09-05 13:36:19 +02:00
2012-08-09 14:48:44 +02:00
2012-10-05 10:14:44 +02:00