The warning "implicit conversion of expression expr of type 'type' to 'type' can cause loss of data" is not issued when converting an int to a char. void main() { int myInt = 999; byte b = myInt; // Warning issued } void main() { int myInt = 999; char c = myInt; // No warning issued }
Fixed dmd 1.036 and 2.020
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル