diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-14 09:01:16 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-24 00:43:04 +0200 |
commit | b0d763d032a122bbf0465fa37a2eaaff3fd3a916 (patch) | |
tree | ca9466cb887581ecc0d949006c8974dd3d35ee0d /main-window/mixin-traits.cpp | |
parent | 5c716a65a38dfdf79fa0a64e9c25b49d6e722326 (diff) |
wip
Diffstat (limited to 'main-window/mixin-traits.cpp')
-rw-r--r-- | main-window/mixin-traits.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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<A> ok2; } -//} // ns mixins::traits_detail +} // ns mixins::traits_detail #endif |