steinbergmedia / vst3_pluginterfaces

VST 3 API
Other
24 stars 18 forks source link

Please do not use stdatomic.h in C++ because it is not defined in C++ #10

Closed yurivict closed 2 years ago

yurivict commented 2 years ago

Here

scheffle commented 2 years ago

Please be more precise in your bug report: Describe the problem, state which compiler and operating system you use.

yurivict commented 2 years ago

Compiler is clang-13, OS is FreeBSD, but this doesn't matter. C++ doesn't define this header.

See the downstream bug report.

scheffle commented 2 years ago

https://en.cppreference.com/w/cpp/header/stdatomic.h Looks like it does. But it doesn't matter, as it's already fixed in the upcoming release.