Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
amdis
amdis-core
Commits
0e8d558a
Commit
0e8d558a
authored
May 22, 2019
by
Praetorius, Simon
Browse files
correct macro names
parent
d46bc04c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/amdis/common/ConceptsBase.hpp
View file @
0e8d558a
...
...
@@ -4,7 +4,7 @@
#include
<dune/common/typetraits.hh>
#define AMDIS_CONCAT_IMPL( x, y ) x##y
#define AMDIS_MACRO_CONCAT( x, y ) CONCAT_IMPL( x, y )
#define AMDIS_MACRO_CONCAT( x, y )
AMDIS_
CONCAT_IMPL( x, y )
#ifdef DOXYGEN
#define REQUIRES(...)
...
...
@@ -15,7 +15,7 @@
#define REQUIRES(...) std::enable_if_t<__VA_ARGS__ , int> = 0
#define REQUIRES_(...) std::enable_if_t<__VA_ARGS__ , int>
#define CONCEPT constexpr
#define CHECK_CONCEPT(...) static __VA_ARGS__ MACRO_CONCAT( _concept_check_, __COUNTER__ )
#define CHECK_CONCEPT(...) static __VA_ARGS__
AMDIS_
MACRO_CONCAT( _concept_check_, __COUNTER__ )
#endif
namespace
AMDiS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment