diff options
author | Christian <c@ethdev.com> | 2014-10-20 19:02:06 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-10-20 19:02:06 +0800 |
commit | f0c334670dfef7c1b1d1ae610cf19ae9ad2822ca (patch) | |
tree | 7979e36c4b962bb3da82f86df52518b321bca947 /ASTForward.h | |
parent | 646f106a34f189b225745a079fdc8560b9230e68 (diff) | |
download | dexon-solidity-f0c334670dfef7c1b1d1ae610cf19ae9ad2822ca.tar dexon-solidity-f0c334670dfef7c1b1d1ae610cf19ae9ad2822ca.tar.gz dexon-solidity-f0c334670dfef7c1b1d1ae610cf19ae9ad2822ca.tar.bz2 dexon-solidity-f0c334670dfef7c1b1d1ae610cf19ae9ad2822ca.tar.lz dexon-solidity-f0c334670dfef7c1b1d1ae610cf19ae9ad2822ca.tar.xz dexon-solidity-f0c334670dfef7c1b1d1ae610cf19ae9ad2822ca.tar.zst dexon-solidity-f0c334670dfef7c1b1d1ae610cf19ae9ad2822ca.zip |
Coding style cleanup: const and vecptr.
Diffstat (limited to 'ASTForward.h')
-rw-r--r-- | ASTForward.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ASTForward.h b/ASTForward.h index 0397cadd..46fe8393 100644 --- a/ASTForward.h +++ b/ASTForward.h @@ -70,8 +70,6 @@ class Literal; // explicitly. template <class T> using ptr = std::shared_ptr<T>; -template <class T> -using vecptr = std::vector<ptr<T>>; using ASTString = std::string; |