Remove unnecessary std:: prefix from inside std
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d5b9ff1569
commit
799a02c883
@ -14,7 +14,7 @@
|
||||
|
||||
namespace std
|
||||
{
|
||||
const std::nothrow_t nothrow;
|
||||
const nothrow_t nothrow;
|
||||
}
|
||||
|
||||
static constexpr int BLOCK_USED = 1 << 0;
|
||||
|
Loading…
Reference in New Issue
Block a user