Skip to content
Snippets Groups Projects
Commit 7847194e authored by Martin Nolte's avatar Martin Nolte
Browse files

fix headers (see headercheck)

[[Imported from SVN: r5285]]
parent fa06e8ff
Branches
Tags
No related merge requests found
......@@ -5,6 +5,8 @@
#define DUNE_PROPERTYMAP_HH
#include <cstddef>
#include <iterator>
#include "static_assert.hh"
#include "typetraits.hh"
......
......@@ -3,7 +3,7 @@
#ifndef DUNE_VERSION_HH
#define DUNE_VERSION_HH
#define DUNE_VERSION_JOIN(module,type) ## module ## _VERSION_ ## type
#define DUNE_VERSION_JOIN(module,type) module ## _VERSION_ ## type
#define DUNE_VERSION_EQUAL(module,major,minor) \
((DUNE_VERSION_JOIN(module,MAJOR) == major) && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment