An error occurred while fetching folder content.
Forked from
Core Modules / dune-common
Source project has a limited visibility.
Markus Blatt
authored
Previously, copying a RemoteIndexListModifier resulted in a double free of a pointer to a list of global indices. There was no need to use a pointer to this, though. After this patch we store the list directly by value. Thus the default copy constructor works but makes a rather cheap copy of a (most often empty) singly linked list and we get rid off the non-default destructor.
Name | Last commit | Last update |
---|