diff --git a/src/blackmisc/valueobject.h b/src/blackmisc/valueobject.h index 972c8e34d..cd75c23b4 100644 --- a/src/blackmisc/valueobject.h +++ b/src/blackmisc/valueobject.h @@ -37,20 +37,6 @@ namespace BlackMisc { - namespace Private - { - //! \private SFINAE for CValueObject constructor to avoid being selected as a viable copy constructor. - template struct DecayFirst - { - using type = void; - }; - //! \private - template struct DecayFirst - { - using type = std::decay_t; - }; - } - /*! * Default base class for CValueObject. */