solidity/liblll
Christian Parpart ab0de38f16
Eliminate byte-typedef and use uint8_t in all their places instead.
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 :-)
2018-11-07 12:17:57 +01:00
..
CMakeLists.txt CMake: Cleanup "local" include path 2017-08-22 22:50:25 +02:00
CodeFragment.cpp Eliminate byte-typedef and use uint8_t in all their places instead. 2018-11-07 12:17:57 +01:00
CodeFragment.h Replace dev::eth namespace with dev::lll in LLL 2018-07-28 12:00:36 +01:00
Compiler.cpp fix code format problems 2018-09-19 00:18:49 +08:00
Compiler.h Replace dev::eth namespace with dev::lll in LLL 2018-07-28 12:00:36 +01:00
CompilerState.cpp Replace dev::eth namespace with dev::lll in LLL 2018-07-28 12:00:36 +01:00
CompilerState.h Replace dev::eth namespace with dev::lll in LLL 2018-07-28 12:00:36 +01:00
Exceptions.h Replace dev::eth namespace with dev::lll in LLL 2018-07-28 12:00:36 +01:00
Parser.cpp fix code format problems 2018-09-19 00:18:49 +08:00
Parser.h Replace dev::eth namespace with dev::lll in LLL 2018-07-28 12:00:36 +01:00