@swesterfeld commented on this pull request.
> @@ -12,6 +12,8 @@ #define parse_or_return bse_storage_scanner_parse_or_return +using std::string;
Right, I've fixed this now by using std::string - I also tried using Bse::String - this doesn't have any advantage here, as all code is outside the Bse namespace.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.