This commit is contained in:
2022-09-11 11:44:58 +02:00
parent d30a975725
commit 14d9caef43
3 changed files with 0 additions and 158 deletions

View File

@@ -70,13 +70,4 @@ static constexpr uintptr_t IO_Base_Adr = 0x10000000;
this->raw = value.raw; \
}
/*\
using ComplexBitMap::operator=; \
constexpr name() = default; \
constexpr name(ComplexBitMap value) : ComplexBitMap(value) { \
}\
template<typename...ARGS> \
constexpr name(ARGS...args) : ComplexBitMap(args...) {\
}*/
#endif //!__JABYENGINE_IOPORT_HPP__