"build/tutorial/cpp/CMakeFiles/2-IVFFlat.dir/DependInfo.cmake" did not exist on "395d2ce606314a6729939084e5f492f37cd2ff13"
Make is_template_base_of ignore cv qualification
`is_template_base_of<T>` fails when `T` is `const` (because its implementation relies on being able to convert a `T*` to a `Base<U>*`, which won't work when `T` is const). (This also agrees with std::is_base_of, which ignores cv qualification.)
Showing
Please register or sign in to comment