Update C++ to v20

Using span inside renderers
This commit is contained in:
Melefo
2021-02-11 09:43:58 +01:00
parent 6a063a40bf
commit ed188e0e63
10 changed files with 11 additions and 15 deletions
-5
View File
@@ -55,11 +55,6 @@ namespace ComSquare::CPU
std::string name = "";
AddressingMode addressingMode = Implied;
int size = 0;
Instruction() = default;
Instruction(const Instruction &) = default;
Instruction &operator=(const Instruction &) = default;
~Instruction() = default;
};
}
#endif //COMSQUARE_INSTRUCTION_HPP