Files
2025-10-25 03:02:53 +03:00

18 lines
911 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[iostream.limits.imbue]
# 31 Input/output library [[input.output]](./#input.output)
## 31.2 Iostreams requirements [[iostreams.requirements]](iostreams.requirements#iostream.limits.imbue)
### 31.2.1 Imbue limitations [iostream.limits.imbue]
[1](#1)
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/iostreams.tex#L44)
No function described in [[input.output]](input.output "31Input/output library") except forios_base::imbue and basic_filebuf::pubimbue causes any instance ofbasic_ios::imbue orbasic_streambuf::imbue to be called[.](#1.sentence-1)
If any user function called from a function declared in [[input.output]](input.output "31Input/output library") or
as an overriding virtual function of any class declared in [[input.output]](input.output "31Input/output library") callsimbue,
the behavior is undefined[.](#1.sentence-2)