File tree 2 files changed +10
-2
lines changed
example/vendor/cget/pkg/pqrs-org__cpp-osx-kern_return/install/include/pqrs/osx
tests/vendor/cget/pkg/pqrs-org__cpp-osx-kern_return/install/include/pqrs/osx
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
- // pqrs::osx::kern_return v1.0
3
+ // pqrs::osx::kern_return v1.1
4
4
5
5
// (C) Copyright Takayama Fumihiko 2020.
6
6
// Distributed under the Boost Software License, Version 1.0.
@@ -104,5 +104,9 @@ class kern_return final {
104
104
inline std::ostream& operator <<(std::ostream& stream, const kern_return& value) {
105
105
return stream << value.to_string ();
106
106
}
107
+
108
+ inline auto format_as (const kern_return& value) {
109
+ return value.to_string ();
110
+ }
107
111
} // namespace osx
108
112
} // namespace pqrs
Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
- // pqrs::osx::kern_return v1.0
3
+ // pqrs::osx::kern_return v1.1
4
4
5
5
// (C) Copyright Takayama Fumihiko 2020.
6
6
// Distributed under the Boost Software License, Version 1.0.
@@ -104,5 +104,9 @@ class kern_return final {
104
104
inline std::ostream& operator <<(std::ostream& stream, const kern_return& value) {
105
105
return stream << value.to_string ();
106
106
}
107
+
108
+ inline auto format_as (const kern_return& value) {
109
+ return value.to_string ();
110
+ }
107
111
} // namespace osx
108
112
} // namespace pqrs
You can’t perform that action at this time.
0 commit comments