Skip to content
Snippets Groups Projects
Commit fca9b366 authored by Christian Engwer's avatar Christian Engwer
Browse files

make DUNE_DEPRECATED independant from config.h

[[Imported from SVN: r4963]]
parent cf2458f2
No related branches found
No related tags found
No related merge requests found
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#ifndef DUNE_DEPRECATED_HH
#define DUNE_DEPRECATED_HH
#ifndef DUNE_DEPRECATED
#define DUNE_DEPRECATED
#endif
#endif
......@@ -12,6 +12,8 @@
#include <iomanip>
#include <string>
#include <dune/common/deprecated.hh>
// Include system implementation of array class if present
#ifdef HAVE_ARRAY
#include <array>
......
......@@ -3,6 +3,8 @@
#ifndef DUNE_TYPETRAITS_HH
#define DUNE_TYPETRAITS_HH
#include <dune/common/deprecated.hh>
#ifdef HAVE_TR1_TYPE_TRAITS
#include <tr1/type_traits>
#endif
......
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