Skip to content
Snippets Groups Projects
Commit 134ca303 authored by Jö Fahlke's avatar Jö Fahlke
Browse files

Merge branch 'arithmetictestsuite-constructors' into 'master'

[ArithmeticTestSuite] Inherit constructors from TestSuite.

See merge request !512
parents 463250d2 97e931d6
Branches
Tags
1 merge request!512[ArithmeticTestSuite] Inherit constructors from TestSuite.
Pipeline #
......@@ -32,6 +32,9 @@ namespace Dune {
public TestSuite
{
public:
// inherit all constructors from TestSuite
using TestSuite::TestSuite;
//! tag denoting any arithmetic type
struct Arithmetic {};
//! tag denoting integral types
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment