Skip to content
Snippets Groups Projects
Commit f0cd25f2 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Merge branch 'issue/registrytest' into 'master'

Fix registrytest by properly including config.h

See merge request !429
parents 3ab8c124 84555bc2
No related branches found
No related tags found
1 merge request!429Fix registrytest by properly including config.h
Pipeline #34931 passed
#if HAVE_CONFIG_H
#include <config.h>
#endif
#include <cassert>
#ifndef DISABLE_CXA_DEMANGLE
#define DISABLE_CXA_DEMANGLE 1
#endif
#include <dune/common/classname.hh>
#include <dune/istl/common/registry.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment