feat: Use C++ 23 standard (#7431)

This commit is contained in:
Ayaz Salikhov
2026-06-09 18:36:17 +01:00
committed by GitHub
parent 0fb1aca461
commit fccb109e48
62 changed files with 412 additions and 894 deletions

View File

@@ -1121,8 +1121,8 @@ public:
// Signature should fail.
auto const info = submitSTTx(local);
BEAST_EXPECT(
info[jss::result][jss::error_exception].asString().find(
"Invalid signature on account r") != std::string::npos);
info[jss::result][jss::error_exception].asString().contains(
"Invalid signature on account r"));
}
{
// Multisign with an empty signers array should fail.