mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
AK: Add [[deprecated]] to out().
This commit is contained in:
parent
88bca152c9
commit
aa115fe27b
Notes:
sideshowbarker
2024-07-19 01:46:41 +09:00
Author: https://github.com/asynts Commit: https://github.com/SerenityOS/serenity/commit/aa115fe27ba Pull-request: https://github.com/SerenityOS/serenity/pull/3828
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ private:
|
|||
int m_fd { -1 };
|
||||
};
|
||||
|
||||
inline StdLogStream out() { return StdLogStream(STDOUT_FILENO); }
|
||||
[[deprecated("Use AK::outln or AK::new_out instead, AK::new_out will soon be renamed to AK::out.")]] inline StdLogStream out() { return StdLogStream(STDOUT_FILENO); }
|
||||
inline StdLogStream warn() { return StdLogStream(STDERR_FILENO); }
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue