Skip to content
Snippets Groups Projects
Felix Schindler's avatar
Dr. Felix Tobias Schindler authored
* do not hide get_entry_ref in derived classes
* use CRTP for operator[] (this will facilitate athread safe implementation
  at some point).
* implement operator[] by get_entry_ref only in derived classes
77d29ed7
History
# This file is part of the dune-xt-la project:
#   https://github.com/dune-community/dune-xt-la
# The copyright lies with the authors of this file (see below).
# License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
# Authors:
#   Felix Schindler (2016)

Build Status

dune-xt-la is an eXTensions module for DUNE (http://www.dune-project.org).

Please see our github page for issue tracking, further information, ...