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 b556c84 commit 8ecbbb5Copy full SHA for 8ecbbb5
libcxx/include/__tree
@@ -609,7 +609,7 @@ private:
609
_ALIGNAS_TYPE(__node_value_type) unsigned char __buffer_[sizeof(__node_value_type)];
610
611
public:
612
- _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 __node_value_type& __get_value() {
+ _LIBCPP_HIDE_FROM_ABI __node_value_type& __get_value() {
613
return *reinterpret_cast<__node_value_type*>(__buffer_);
614
}
615
#endif
0 commit comments