When generating an interface file using the -H option for a class like this class Point { auto x = 10; uint y = 20; } The generated interface file misses the "auto" keyword: // D import file generated from 'point.d' class Point { x = 10; uint y = 20; } This causes compilation errors when using this interface file: no identifier for declarator x Error: identifier 'x' is not defined Error: x is used as a type variable voids have no value
Fixed in D versions 2.015 & 1.031.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル