[yul-phaser] Program: Output operator for ErrorList

- It does not seem universal enough to put it in liblangutil but in the scope of yul-phaser it's generic enough so I'm going to keep it together with Program.
This commit is contained in:
Kamil Śliwak
2020-03-16 20:32:59 +01:00
parent e5a49e2556
commit 9ef63a9789
2 changed files with 18 additions and 0 deletions
+7
View File
@@ -41,6 +41,13 @@ struct Dialect;
}
namespace std
{
std::ostream& operator<<(std::ostream& _outputStream, solidity::langutil::ErrorList const& _errors);
}
namespace solidity::phaser
{