Remove unnecessary std:: prefix from inside std
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
apio 2022-12-17 15:33:47 +01:00
parent d5b9ff1569
commit 799a02c883
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -14,7 +14,7 @@
namespace std
{
const std::nothrow_t nothrow;
const nothrow_t nothrow;
}
static constexpr int BLOCK_USED = 1 << 0;