Некий
Jonathan Wakely определенно меня не любит.
А началось всё с
моего письма в рассылке GCC (см.
здесь предысторию возникновения этого письма), в котором я поинтересовался, а отчего же такая асимметрия:
- swap для пользовательских типов можно определять и в std, и в том же пространстве имён, откуда они;
- distance с advance - только в std, если вы
( Read more... )
(The comment has been removed)
Судя по всему, для этого анонимуса подходит твоё "просто некошерно".
Я решил проверить это утверждение на зуб, нашел много интересного по ходу ( что-то изложено в моём посте), и пришел к выводу, что когда припрёт, пАлюбому, расширять std надо, от этого никуда не денешься ( ... )
Reply
(The comment has been removed)
Т.е., мне не к спеху, как соберёшься, даже можно уже почитанную, я не скуплюсь полностью оплатить полную её цену.
Как думаешь, а? :-)
Reply
...17.4.3.1 Reserved names [lib.reserved.names]
It is undefined for a C + + program to add declarations or definitions to namespace std or namespaces within namespace std unless otherwise specified. A program may add template specializations for any standard library template to namespace std. Such a specialization (complete or partial) of a standard library template results in undefined behavior unless the declaration depends on a user-defined name of external linkage and unless the specialization meets the standard library requirements for the original template.)
...
В проекте к новому так:17 Library introduction [library]
...17.6.3.2.1 Namespace std [namespace.std]
The behavior of a C++ program is undefined if it adds declarations or definitions to namespace std or to a namespace within namespace std unless otherwise specified. A program may add a template specialization for any standard library template to namespace std only if the declaration depends on a ( ... )
Reply
Leave a comment