Skip to content
Snippets Groups Projects
Commit ec617e3b authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

Merge branch 'feature/move-implementation-to-imp' into 'master'

Move various implementation classes into the 'Imp' namespace

There are various classes in dune-istl that are effectively implementation
classes internal to dune-istl. A few of them are base_array_unmanaged,
base_array_window, compressed_base_array_unmanaged,block_vector_unmanaged,
BlockVectorWindow, compressed_block_vector_unmanaged, CompressedBlockVectorWindow

See #22 for a brief
discussion.

This patch moves the classes into the namespace 'Imp'.  That way it is
clear that they are internal.

All code outside of dune-istl using those classes will break, but does
such code really exist?

See merge request !65
parents e50c4952 13ec7d1b
No related branches found
No related tags found
1 merge request!65Move various implementation classes into the 'Imp' namespace
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment