brintos

brintos / llvm-project-archived public Read only

0
0
Text · 88 B · 5110731 Raw
9 lines · plain
1#pragma once2 3namespace std4{5 6struct nothrow_t { explicit nothrow_t() = default; };7 8}9