/
niceSOFT
/
doxygen
Обзор
Документация
Войти
/
niceSOFT
/
doxygen
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
testing/059_template.cpp
20 строк
542 B
Dimitri van Heesch
Added regression test case
03 сен 2021, 15:51
Не верифицирован
03 сен 2021, 15:51
9e76941
Код
Авторство
О чём код?
// objective: test if A<B>::C within backticks is properly handled // check: struct_n_1_1allocator__traits.xml namespace N { /** * @brief Uniform interface to all allocator types. */ template<typename _Alloc> struct allocator_traits { /** * @brief The allocator's const pointer type. * * * `Alloc::const_pointer` if that type exists, otherwise * `pointer_traits<pointer>::rebind<const value_type>`. * */ using const_pointer = typename _Ptr<__c_pointer, const value_type>::type; }; }