mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
ab0de38f16
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 :-) |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
CodeFragment.cpp | ||
CodeFragment.h | ||
Compiler.cpp | ||
Compiler.h | ||
CompilerState.cpp | ||
CompilerState.h | ||
Exceptions.h | ||
Parser.cpp | ||
Parser.h |