mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
change typedef to using according to preferred coding style
This commit is contained in:
parent
724ee76900
commit
4f6ac1b536
@ -38,7 +38,7 @@ struct CompilerError: virtual Exception {};
|
|||||||
struct InternalCompilerError: virtual Exception {};
|
struct InternalCompilerError: virtual Exception {};
|
||||||
struct DocstringParsingError: 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