問題タブ [narrowing]

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.

0 投票する
1 に答える
54 参照

c++ - マルチバイト文字 '\377777' はどのように機能しますか?

Clang は、標準以外のさまざまな方法std::numeric_limits<size_t>::max()で自分のallocator::max_size()

式のサイズは 4 バイトに制限されているように見えるため、impl で定義されたマルチバイト char のように見えますが、正確にどのように機能するかはわかりません。

2 ~ 4 行目はすべて int を返すように見えますが、4 行目だけが-Wfour-char-constantsif turn on を警告し-Weverytingます。4 バイト char でユーザーに警告する必要があるのはなぜですか?

それがどのように機能するか説明してください。口語的またはおそらく規範的な用語はありますか?

godbolt.org/g/7AR9nw