Files
solidity/libdevcore
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
..
2017-06-22 11:25:07 +01:00
2017-08-10 22:47:09 +01:00
2017-08-10 22:47:09 +01:00
2018-04-23 11:10:39 +01:00
2018-09-20 17:41:59 +08:00
2017-08-25 12:13:26 +02:00
2017-06-26 12:59:17 +01:00
2017-08-25 19:36:48 +02:00
2018-10-09 14:27:21 +02:00
2017-06-22 16:56:57 +02:00