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 225b03c commit 1b01b80Copy full SHA for 1b01b80
libcxx/include/__tree
@@ -601,9 +601,7 @@ private:
601
_ALIGNAS_TYPE(__node_value_type) unsigned char __buffer_[sizeof(__node_value_type)];
602
603
public:
604
- _LIBCPP_HIDE_FROM_ABI __node_value_type& __get_value() {
605
- return *reinterpret_cast<__node_value_type*>(__buffer_);
606
- }
+ _LIBCPP_HIDE_FROM_ABI __node_value_type& __get_value() { return *reinterpret_cast<__node_value_type*>(__buffer_); }
607
#endif
608
609
template <class _Alloc, class... _Args>
0 commit comments