LINUX.ORG.RU

История изменений

Исправление rumgot, (текущая версия) :

Ты путаешь с implementation specific

Если уж ты и взялся учить меня терминам, то то, что ты указываешь, скорее всего называется Unspecified Behavior. Так вот Unspecified Behavior из стандарта C++17:

behavior, for a well-formed program construct and correct data, that depends on the implementation [ Note: The implementation is not required to document which behavior occurs. The range of possible behaviors is usually delineated by this International Standard. — end note ]

подсказываю, куда смотреть: for a well-formed program

А я в том своем сообщении рассказываю про поведение для std::string::pop_back() для пустой строки, про которое явно написано: The behavior is undefined if the string is empty.

Исправление rumgot, :

Ты путаешь с implementation specific

Если уж ты и взялся учить меня терминам, то то, что ты указываешь, скорее всего называется Unspecified Behavior. Так вот Unspecified Behavior из стандарта C++17:

behavior, for a well-formed program construct and correct data, that depends on the implementation [ Note: The implementation is not required to document which behavior occurs. The range of possible behaviors is usually delineated by this International Standard. — end note ]

подсказываю, куда смотреть: for a well-formed program

А я в том своем сообщении рассказываю про поведение для std::string::pop_back() для пустой строки про которое явно написано: The behavior is undefined if the string is empty.

Исходная версия rumgot, :

Ты путаешь с implementation specific

Если уж ты и взялся учить меня терминам, то то, что ты указываешь, скорее всего называется Unspecified Behavior. Так вот Unspecified Behavior из стандарта C++17:

behavior, for a well-formed program construct and correct data, that depends on the implementation [ Note: The implementation is not required to document which behavior occurs. The range of possible behaviors is usually delineated by this International Standard. — end note ]

подсказываю, куда смотреть: for a well-formed program

А я в том своем сообщении рассказываю про поведение для std::string::pop_back() про которое явно написано: The behavior is undefined if the string is empty.