We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e6013 commit 8722534Copy full SHA for 8722534
example/vendor/cget/pkg/pqrs-org__cpp-osx-kern_return/install/include/pqrs/osx/kern_return.hpp
@@ -1,6 +1,6 @@
1
#pragma once
2
3
-// pqrs::osx::kern_return v1.0
+// pqrs::osx::kern_return v1.1
4
5
// (C) Copyright Takayama Fumihiko 2020.
6
// Distributed under the Boost Software License, Version 1.0.
@@ -104,5 +104,9 @@ class kern_return final {
104
inline std::ostream& operator<<(std::ostream& stream, const kern_return& value) {
105
return stream << value.to_string();
106
}
107
+
108
+inline auto format_as(const kern_return& value) {
109
+ return value.to_string();
110
+}
111
} // namespace osx
112
} // namespace pqrs
0 commit comments