mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #969 from guanqun/change-to-using
change typedef to using according to preferred coding style
This commit is contained in:
commit
bbf695b0e1
@ -38,7 +38,7 @@ struct CompilerError: virtual Exception {};
|
||||
struct InternalCompilerError: virtual Exception {};
|
||||
struct DocstringParsingError: virtual Exception {};
|
||||
|
||||
typedef boost::error_info<struct tag_sourceLocation, Location> errinfo_sourceLocation;
|
||||
using errinfo_sourceLocation = boost::error_info<struct tag_sourceLocation, Location>;
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user