cpp-quiz
cpp-quiz copied to clipboard
【考点】依赖名消歧义语法
对依赖类型和依赖模板需要显式消歧义(注意msvc不标准)
typename std::decay<T>::type
T::template get<I>
typename Allocator::template rebind<U>::type