diff options
author | chriseth <chris@ethereum.org> | 2016-11-08 20:47:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-08 20:47:52 +0800 |
commit | 7a30e8cf6edd3749e908913794aa6b195ba7520b (patch) | |
tree | 4ed6b70b663c2b344f81d019f8764584b02b69c3 /libdevcore | |
parent | dd0879fe438af22d6db49826e800ccd14c3780e7 (diff) | |
parent | 598154ed17f4155406ec1c047f3294c316ebd658 (diff) | |
download | dexon-solidity-7a30e8cf6edd3749e908913794aa6b195ba7520b.tar dexon-solidity-7a30e8cf6edd3749e908913794aa6b195ba7520b.tar.gz dexon-solidity-7a30e8cf6edd3749e908913794aa6b195ba7520b.tar.bz2 dexon-solidity-7a30e8cf6edd3749e908913794aa6b195ba7520b.tar.lz dexon-solidity-7a30e8cf6edd3749e908913794aa6b195ba7520b.tar.xz dexon-solidity-7a30e8cf6edd3749e908913794aa6b195ba7520b.tar.zst dexon-solidity-7a30e8cf6edd3749e908913794aa6b195ba7520b.zip |
Merge pull request #1252 from ethereum/jsoncpp-from-source
Build jsoncpp from source using jsoncpp.cmake script
Diffstat (limited to 'libdevcore')
-rw-r--r-- | libdevcore/Common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libdevcore/Common.h b/libdevcore/Common.h index 43ae7162..d65cfeac 100644 --- a/libdevcore/Common.h +++ b/libdevcore/Common.h @@ -70,7 +70,6 @@ #include "vector_ref.h" -// CryptoPP defines byte in the global namespace, so must we. using byte = uint8_t; // Quote a given token stream to turn it into a string. |