template Foo(T, Args...) { void bar(Args args, T t) { } } void main() { alias Foo!(int) aFoo; } Error: error: forward reference of T Compiles with one more type added to Foo's parameters: alias Foo!(int, int) aFoo; // ok
Fixed in 1.017.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル