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 0d63bb8 commit 841c815Copy full SHA for 841c815
libcxx/include/ios
@@ -524,7 +524,7 @@ inline _LIBCPP_HIDE_FROM_ABI void ios_base::exceptions(iostate __iostate) {
524
525
template <class _Traits>
526
// Attribute 'packed' is used to keep the layout compatible with the previous
527
-// definition of '__set_' in basic_ios on AIX.
+// definition of the '__fill_' and '_set_' pair in basic_ios on AIX & z/OS.
528
struct _LIBCPP_PACKED _OptionalFill {
529
_OptionalFill() : __set_(false) { }
530
_OptionalFill& operator=(typename _Traits::int_type __x) { __set_ = true; __fill_val_ = __x; return *this; }
0 commit comments