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 7fdb5e5 commit e72fc82Copy full SHA for e72fc82
libcxx/include/__type_traits/reference_constructs_from_temporary.h
@@ -34,7 +34,7 @@ _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool reference_constructs_from_tempo
34
template <class _Tp, class _Up>
35
inline const bool __reference_constructs_from_temporary_v = __reference_constructs_from_temporary(_Tp, _Up);
36
#else
37
-// TODO(LLVM 22): Remove this as all support compilers should have __reference_constructs_from_temporary implemented.
+// TODO(LLVM 22): Remove this as all supported compilers should have __reference_constructs_from_temporary implemented.
38
39
inline const bool __reference_constructs_from_temporary_v = __reference_binds_to_temporary(_Tp, _Up);
40
#endif
0 commit comments