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.
Modern C++ Designのセクション 1.5.2 から、この本の執筆時点では、テンプレート テンプレート パラメーターがコンパイラによって広くサポートされていなかったことがわかります。この機能が標準の一部になったのはいつですか?
おそらく最初の標準である C++98 以降です。それは C++03 14.3.3 Template template argumentsにあり、本質的に C++98 のリビジョンにこのような大きな変更が導入されたとは思えません。同じセクションが C++98 標準のコピーに存在しますが、それらの信頼性を保証することはできません。ISO 標準文書自体が撤回されました。