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.
GCC はこれを受け入れますが、Clang は再定義として拒否します。
template< typename > void s() = delete; template<> void s< int >() {}
誰が正しいですか?