Skip to content

Commit a54d54a

Browse files
committed
Addressed comments.
- update a comment
1 parent ecbcaa8 commit a54d54a

File tree

1 file changed

+1
-1
lines changed
  • libcxx/include

1 file changed

+1
-1
lines changed

libcxx/include/ios

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ inline _LIBCPP_HIDE_FROM_ABI void ios_base::exceptions(iostate __iostate) {
524524

525525
template <class _Traits>
526526
// Attribute 'packed' is used to keep the layout compatible with the previous
527-
// definition of '__set_' in basic_ios on AIX.
527+
// definition of the '__fill_' and '_set_' pair in basic_ios on AIX & z/OS.
528528
struct _LIBCPP_PACKED _OptionalFill {
529529
_OptionalFill() : __set_(false) { }
530530
_OptionalFill& operator=(typename _Traits::int_type __x) { __set_ = true; __fill_val_ = __x; return *this; }

0 commit comments

Comments
 (0)