From b0d763d032a122bbf0465fa37a2eaaff3fd3a916 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 14 Jul 2018 09:01:16 +0200 Subject: wip --- main-window/mixin-traits.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main-window/mixin-traits.cpp') diff --git a/main-window/mixin-traits.cpp b/main-window/mixin-traits.cpp index a374eade..ea8e9bc8 100644 --- a/main-window/mixin-traits.cpp +++ b/main-window/mixin-traits.cpp @@ -1,9 +1,9 @@ -#define MIXIN_TRAIT_TESTS +//#define MIXIN_TRAIT_TESTS #ifdef MIXIN_TRAIT_TESTS # include "mixin-traits.hpp" -//namespace mixins::traits_detail { +namespace mixins::traits_detail { struct A {}; struct B : A {}; @@ -33,6 +33,6 @@ void test1() impl ok2; } -//} // ns mixins::traits_detail +} // ns mixins::traits_detail #endif -- cgit v1.2.3