Compiler projects using llvm
#pragma once

namespace std
{

struct nothrow_t { explicit nothrow_t() = default; };

}