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

DoubleLinkedListError is deprecated

[[Imported from SVN: r5291]]
parent 482ee4bf
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ namespace Dune {
//! exception thrown on illegal element access
class DoubleLinkedListError : public RangeError {};
class DoubleLinkedListError : public RangeError {} DUNE_DEPRECATED;
/*! \brief (DEPRECATED) A doubly-linked list
\deprecated Please use std::list
......
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