Skip to content
Snippets Groups Projects
Commit f646851a authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

Mark IosFlagsRestorer deprecated.

[[Imported from SVN: r6026]]
parent e35b825d
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,11 @@
// vi: set et ts=4 sw=2 sts=2:
#ifndef DUNE_IOS_HH
#define DUNE_IOS_HH
#include <ios>
#include <dune/common/deprecated.hh>
namespace Dune {
/** @addtogroup Common
*
......@@ -20,8 +23,9 @@ namespace Dune {
* The constructor stores the flags currently set in the ios and the
* destructor sets these flags in the ios object again.
*
* \deprecated Use ios_base_all_saver instead.
*/
class IosFlagsRestorer
class DUNE_DEPRECATED IosFlagsRestorer
{
public:
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment