Skip to content
Snippets Groups Projects
Commit 2a840537 authored by graeser's avatar graeser
Browse files

[doc] Document new flatVectorView() functions

parent a30be1c8
Branches
Tags
No related merge requests found
...@@ -8,6 +8,14 @@ It is supposed to be compatible with the Dune core modules of the same version. ...@@ -8,6 +8,14 @@ It is supposed to be compatible with the Dune core modules of the same version.
Changes Changes
======= =======
# Master (will become release 2.7)
* `FlatVectorBackend` is now officially an implementation detail and thus moved
to the namespace `Impl::`. The header `flatvectorbackend.hh` was removed.
As a replacement the new free function `flatVectorView(c)` create a view
object providing `operator[]` and `size()` methods for flat-vector-like
access to the underlying container `c`.
dune-functions 2.6-dev dune-functions 2.6-dev
------------ ------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment