From 78a24bb5fe0e1db493b7e918660b1ec7db1c62ef Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@dune-project.org>
Date: Wed, 16 Feb 2011 21:10:44 +0000
Subject: [PATCH] Deprecate the file configparser.hh

Use parametertree.hh to keep hierarchical string-based data,
and parametertreeparser.hh to read such data from files and streams.

[[Imported from SVN: r6347]]
---
 dune/common/configparser.hh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dune/common/configparser.hh b/dune/common/configparser.hh
index f53443444..0defccc68 100644
--- a/dune/common/configparser.hh
+++ b/dune/common/configparser.hh
@@ -3,6 +3,11 @@
 #ifndef DUNE_CONFIGPARSER_HH
 #define DUNE_CONFIGPARSER_HH
 
+#warning This file has been deprecated in dune-common 2.1, and will most likely\
+  be removed in dune-common 2.2.  In its place, use parametertree.hh to keep\
+  hierarchical string-based data, and parametertreeparser.hh to read such data\
+  from files and streams.
+
 #include <iostream>
 #include <istream>
 #include <map>
-- 
GitLab