Clean Up
This commit is contained in:
@@ -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__
|
Reference in New Issue
Block a user