Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C++11 標準の 6.8.3 では、次のように書かれています。
解析中に、テンプレート パラメーター内の名前が試行解析中にバインドされるものとは異なる方法でバインドされている場合、プログラムは不適切な形式です。
この要件の結果、不適切な形式のプログラムの例は何ですか?