File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 594
594
#define @\defnlibxname {cpp_lib_constexpr_string}@ 201907L // also in \libheader {string}
595
595
#define @\defnlibxname {cpp_lib_constexpr_string_view}@ 201811L // also in \libheader {string_view}
596
596
#define @\defnlibxname {cpp_lib_constexpr_tuple}@ 201811L // also in \libheader {tuple}
597
+ #define @\defnlibxname {cpp_lib_constexpr_typeinfo}@ 202106L // also in \libheader {typeinfo}
597
598
#define @\defnlibxname {cpp_lib_constexpr_utility}@ 201811L // also in \libheader {utility}
598
599
#define @\defnlibxname {cpp_lib_constexpr_vector}@ 201907L // also in \libheader {vector}
599
600
#define @\defnlibxname {cpp_lib_coroutine}@ 201902L // also in \libheader {coroutine}
3112
3113
class type_info {
3113
3114
public:
3114
3115
virtual ~type_info();
3115
- bool operator==(const type_info& rhs) const noexcept;
3116
+ constexpr bool operator==(const type_info& rhs) const noexcept;
3116
3117
bool before(const type_info& rhs) const noexcept;
3117
3118
size_t hash_code() const noexcept;
3118
3119
const char* name() const noexcept;
3135
3136
3136
3137
\indexlibrarymember {operator==}{type_info}%
3137
3138
\begin {itemdecl }
3138
- bool operator==(const type_info& rhs) const noexcept;
3139
+ constexpr bool operator==(const type_info& rhs) const noexcept;
3139
3140
\end {itemdecl }
3140
3141
3141
3142
\begin {itemdescr }
You can’t perform that action at this time.
0 commit comments