Skip to content
Snippets Groups Projects
Commit aa10e813 authored by Oliver Sander's avatar Oliver Sander
Browse files

Note for posterity that a particular template parameter is never used

parent 456f7858
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,10 @@ namespace Dune {
Error checking: no error checking is provided normally.
Setting the compile time switch DUNE_ISTL_WITH_CHECKING
enables error checking.
\todo There shouldn't be an allocator argument here, because the array is 'unmanaged'.
And indeed, of the allocator, only its size_type is used. Hence, the signature
of this class should be changed to <class B, int stype>
*/
template<class B, class A=std::allocator<B> >
class base_array_unmanaged
......
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