mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	| This change is made to (easily) be forward compatible with future C++ standards, in order to allow compiling the code with newer standards at some point in the future. * Removed the `using byte = uint8_t;` line from Common.h * Mechanically change all uses of `byte` to `uint8_t`. Tested with GCC 7.3 in C++11/14/17 modes :-) | ||
|---|---|---|
| .. | ||
| AbstractAssembly.h | ||
| EVMAssembly.cpp | ||
| EVMAssembly.h | ||
| EVMCodeTransform.cpp | ||
| EVMCodeTransform.h | ||