mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove CharStream from SourceLocation.
This commit is contained in:
@@ -35,6 +35,7 @@ namespace solidity::langutil
|
||||
{
|
||||
|
||||
class CharStream;
|
||||
class Scanner;
|
||||
|
||||
}
|
||||
|
||||
@@ -47,13 +48,6 @@ struct CodeWeights;
|
||||
|
||||
}
|
||||
|
||||
namespace std
|
||||
{
|
||||
|
||||
std::ostream& operator<<(std::ostream& _outputStream, solidity::langutil::ErrorList const& _errors);
|
||||
|
||||
}
|
||||
|
||||
namespace solidity::phaser
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user