問題タブ [nodiscard]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
28 問題
0
投票する
1
に答える
1477
参照
c++ - C++17より前の [[nodiscard]] の指定方法
[[nodiscard]]
非 C++17 コードベースの属性のセマンティクスが必要です。C++17より前にこれを達成するコンパイラ依存の方法があると思います。誰かこれらを知っていますか?私は、clang、gcc、および MSVC 用のものに興味があります。