Skip to content

Commit

Permalink
[libc++][gardening] Replace instances of \x{AD}.
Browse files Browse the repository at this point in the history
This is a NFC.

Differential Revision: https://reviews.llvm.org/D100799
  • Loading branch information
zoecarver committed Apr 19, 2021
1 parent 199c397 commit 2218f59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libcxx/docs/DesignDocs/FileTimeType.rst
Expand Up @@ -18,7 +18,7 @@ type, which is a specialization of ``chrono::time_point`` for the
trivial-clock is an implementation-defined type that satisfies the
Cpp17TrivialClock requirements ([time.clock.req]) and that is capable of
representing and measuring file time values. Implementations should ensure
that the resolution and range of file_­time_­type reflect the operating
that the resolution and range of file_time_type reflect the operating
system dependent resolution and range of file time values.


Expand Down
2 changes: 1 addition & 1 deletion libcxx/docs/OneRangesProposalStatus.csv
Expand Up @@ -12,7 +12,7 @@ Section,Description,Dependencies,Assignee,Patch,Complete
[incrementable.traits],,[concepts],Christopher Di Bella,"D99141, D99863",1/2
[iterator.cust.move],Implement iter_move.,,Christopher Di Bella,D99873,
[iterator.cust.swap],Implement iter_swap.,"[concepts], [readable.traits]: iter_value_t",,,
[iterator.concepts],"indirectly_­readable, indirectly_writable, weakly_incrementable, incrementable, input_or_output_iterator, sentinel_for, sized_sentinel_for, input_iterator, output_iterator, forward_iterator, bidirectional_iterator, random_access_iterator, and contiguous_iterator.","[concepts], [readable.traits]: iter_value_t, [iterator.traits]",Christopher Di Bella,"indirectly_readable: D100073
[iterator.concepts],"indirectly_readable, indirectly_writable, weakly_incrementable, incrementable, input_or_output_iterator, sentinel_for, sized_sentinel_for, input_iterator, output_iterator, forward_iterator, bidirectional_iterator, random_access_iterator, and contiguous_iterator.","[concepts], [readable.traits]: iter_value_t, [iterator.traits]",Christopher Di Bella,"indirectly_readable: D100073
indirectly_wriatable: D100078 weakly_incrementable, incrementable: D100080 input_or_output_iterator, sentinel_for: D100160
input_iterator: D100271
forward_iterator: D100275
Expand Down
Expand Up @@ -11,7 +11,7 @@
// class year_month_weekday;

// constexpr bool ok() const noexcept;
// Returns: If any of y_­.ok(), m_­.ok(), or wdi_­.ok() is false, returns false.
// Returns: If any of y_.ok(), m_.ok(), or wdi_.ok() is false, returns false.
// Otherwise, if *this represents a valid date, returns true.
// Otherwise, returns false.

Expand Down

0 comments on commit 2218f59

Please sign in to comment.