mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 09:52:38 +00:00
fix build
This commit is contained in:
parent
372bc658f9
commit
5890b1cd16
@ -85,7 +85,7 @@ private:
|
||||
{
|
||||
public:
|
||||
T & operator*() const & { return boost::intrusive_ptr<T>::operator*(); }
|
||||
T && operator*() const && { return *const_cast<std::remove_const<T>::type>(boost::intrusive_ptr<T>::get()); }
|
||||
T && operator*() const && { return *const_cast<* typename std::remove_const<T>::type>(boost::intrusive_ptr<T>::get()); }
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user