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 :-) |
||
---|---|---|
.. | ||
ABI.cpp | ||
ABI.h | ||
AssemblyStack.cpp | ||
AssemblyStack.h | ||
CompilerStack.cpp | ||
CompilerStack.h | ||
ErrorReporter.cpp | ||
ErrorReporter.h | ||
EVMVersion.h | ||
Exceptions.cpp | ||
Exceptions.h | ||
GasEstimator.cpp | ||
GasEstimator.h | ||
Natspec.cpp | ||
Natspec.h | ||
ReadFile.h | ||
SourceReferenceFormatter.cpp | ||
SourceReferenceFormatter.h | ||
StandardCompiler.cpp | ||
StandardCompiler.h | ||
Version.cpp | ||
Version.h |