From c85d97cfc2e5eae6a5c2dc4a0872a80d70606371 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 26 Jan 2022 17:16:07 -0700 Subject: [PATCH] Move the declaration of a base class to right before its child class. --- include/deal.II/base/template_constraints.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/deal.II/base/template_constraints.h b/include/deal.II/base/template_constraints.h index 3d9673bf6d..915732c084 100644 --- a/include/deal.II/base/template_constraints.h +++ b/include/deal.II/base/template_constraints.h @@ -36,10 +36,6 @@ namespace internal template using void_t = void; - // base class for nonesuch to inherit from so it is not an aggregate - struct nonesuch_base - {}; - // primary template handles all types not supporting the archetypal Op template