Skip to content

Commit e72fc82

Browse files
Adopt @philnik777's review comment for comments
Co-authored-by: Nikolas Klauser <[email protected]>
1 parent 7fdb5e5 commit e72fc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__type_traits/reference_constructs_from_temporary.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool reference_constructs_from_tempo
3434
template <class _Tp, class _Up>
3535
inline const bool __reference_constructs_from_temporary_v = __reference_constructs_from_temporary(_Tp, _Up);
3636
#else
37-
// TODO(LLVM 22): Remove this as all support compilers should have __reference_constructs_from_temporary implemented.
37+
// TODO(LLVM 22): Remove this as all supported compilers should have __reference_constructs_from_temporary implemented.
3838
template <class _Tp, class _Up>
3939
inline const bool __reference_constructs_from_temporary_v = __reference_binds_to_temporary(_Tp, _Up);
4040
#endif

0 commit comments

Comments
 (0)