https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68316
--- Comment #4 from Jonathan Wakely ---
The documentation Marc referred to doesn't say anything about which header to
use. If you followed what it says in the #error you quoted it would have
worked.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68316
--- Comment #3 from Jeffrey Walton ---
(In reply to Jonathan Wakely from comment #1)
> As the comment says, you need to include not
OK, thanks. Here we were told to follow Intels docs:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68081. We had
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68316
--- Comment #2 from Jonathan Wakely ---
(In reply to Jeffrey Walton from comment #0)
> Adding a __has_include to guard appears to open another can of
> worms:
>
> $ g++ -mrdseed rdseed.cxx -o rdseed.exe
> rdseed.cxx:4:45: error: missing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68316
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---