aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-03-10 17:08:55 +0800
committerGitHub <noreply@github.com>2017-03-10 17:08:55 +0800
commitf1dd79c7433a6c78e879a0b597b0585921838f1e (patch)
tree2e1993d96f58ef8aed5ba02bf8a2b850699df90b /libsolidity/analysis
parentb22369d59007f0e68374c861fb7551cf6fbfaa99 (diff)
parentfe8d09a3c117b6e521638450e5ff14dc0d658b70 (diff)
downloaddexon-solidity-f1dd79c7433a6c78e879a0b597b0585921838f1e.tar
dexon-solidity-f1dd79c7433a6c78e879a0b597b0585921838f1e.tar.gz
dexon-solidity-f1dd79c7433a6c78e879a0b597b0585921838f1e.tar.bz2
dexon-solidity-f1dd79c7433a6c78e879a0b597b0585921838f1e.tar.lz
dexon-solidity-f1dd79c7433a6c78e879a0b597b0585921838f1e.tar.xz
dexon-solidity-f1dd79c7433a6c78e879a0b597b0585921838f1e.tar.zst
dexon-solidity-f1dd79c7433a6c78e879a0b597b0585921838f1e.zip
Merge pull request #1766 from ryepdx/develop-gcc6.3.0-boost1.63.0
Updates for gcc 6.3.0 and Boost 1.63.0
Diffstat (limited to 'libsolidity/analysis')
-rw-r--r--libsolidity/analysis/SemVerHandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsolidity/analysis/SemVerHandler.h b/libsolidity/analysis/SemVerHandler.h
index fae0a764..76b70c5b 100644
--- a/libsolidity/analysis/SemVerHandler.h
+++ b/libsolidity/analysis/SemVerHandler.h
@@ -34,6 +34,9 @@ class SemVerError: dev::Exception
{
};
+#undef major
+#undef minor
+
struct SemVerVersion
{
unsigned numbers[3];