Skip to content
Snippets Groups Projects
Commit 1a67bd0e authored by Markus Blatt's avatar Markus Blatt
Browse files

CommPolicy uses value_type as default IndexedType as this is lets us

communicate from STL containers without effort.

[[Imported from SVN: r1917]]
parent ebdd55df
No related branches found
No related tags found
No related merge requests found
......@@ -66,8 +66,10 @@ namespace Dune
/**
* @brief The type we get at each index with operator[].
*
* The default is the value_type typedef of the container.
*/
typedef typename V::IndexedType IndexedType;
typedef typename V::value_type IndexedType;
/**
* @brief Whether the indexed type has variable size or there
......
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