Commit and location: Nodiscard: Add to builder-pattern functions · juce-framework/JUCE@b80927f · GitHub
MSVC doesn’t correctly support __cplusplus
: the value will always be 199711L
. You should consider using JUCE_CXX17_IS_AVAILABLE
instead.
Commit and location: Nodiscard: Add to builder-pattern functions · juce-framework/JUCE@b80927f · GitHub
MSVC doesn’t correctly support __cplusplus
: the value will always be 199711L
. You should consider using JUCE_CXX17_IS_AVAILABLE
instead.
Thanks for reporting. Fixed here: