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

add backward-compatibility stub 'utility.hh'

[[Imported from SVN: r6098]]
parent 554becca
Branches
Tags
No related merge requests found
......@@ -70,7 +70,8 @@ commoninclude_HEADERS = \
tuples.hh \
tupleutility.hh \
typetraits.hh \
version.hh
utility.hh \
version.hh
if EXPRESSIONTEMPLATES
commoninclude_HEADERS += exprtmpl.hh exprtmpl/scalar.inc exprtmpl/exprexpr.inc
......
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#ifndef DUNE_UTILITY_HH
#define DUNE_UTILITY_HH
/** \file
\brief For backward compatibility: include tupleutility.hh and issue a warning
*/
#warning This file is deprecated. Please use tupleutility.hh instead!
#include <dune/common/tupleutility.hh>
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment