owenca wrote:

Why would one want to use `pragma once` above a header guard? In fact, if I 
have the following,
```
#pragma once

#ifndef MY_MACRO
#define MY_MACRO
#endif

// ...
```
I don't want that to be treated like a header guard.

https://github.com/llvm/llvm-project/pull/135443
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to