mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 00:21:13 +00:00
Deprecate buffered_file::fileno
This commit is contained in:
parent
2a09d468da
commit
7c12118c19
@ -265,6 +265,7 @@ class buffered_file {
|
||||
|
||||
// We place parentheses around fileno to workaround a bug in some versions
|
||||
// of MinGW that define fileno as a macro.
|
||||
// DEPRECATED! Rename to descriptor to avoid issues with macros.
|
||||
FMT_API int(fileno)() const;
|
||||
|
||||
void vprint(string_view format_str, format_args args) {
|
||||
|
Loading…
Reference in New Issue
Block a user