diff --git a/au/constant.hh b/au/constant.hh index 7d4d5325..4f4b03ac 100644 --- a/au/constant.hh +++ b/au/constant.hh @@ -40,8 +40,6 @@ struct Constant : detail::MakesQuantityFromNumber, detail::ComposesWith, detail::ComposesWith, detail::ComposesWith, - detail::ForbidsComposingWith, - detail::ForbidsComposingWith, detail::CanScaleByMagnitude { // Convert this constant to a Quantity of the given rep. template diff --git a/au/wrapper_operations.hh b/au/wrapper_operations.hh index b6b2c472..62bd25f6 100644 --- a/au/wrapper_operations.hh +++ b/au/wrapper_operations.hh @@ -217,30 +217,5 @@ struct CanScaleByMagnitude { } }; -// -// A mixin to explicitly delete operations that we want to forbid. -// -template