Add pluto patches to compiler

This commit is contained in:
ineed bots
2023-09-15 17:41:24 -06:00
parent 15309fc2c0
commit d8e10441ec
7 changed files with 94 additions and 16 deletions

View File

@ -2,6 +2,6 @@
namespace signatures
{
std::string get_err_reason();
const std::string& get_err_reason();
bool process();
}