mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 17:32:32 +00:00
fix build
This commit is contained in:
parent
5890b1cd16
commit
d8cf1677de
@ -85,7 +85,7 @@ private:
|
||||
{
|
||||
public:
|
||||
T & operator*() const & { return boost::intrusive_ptr<T>::operator*(); }
|
||||
T && operator*() const && { return *const_cast<* typename 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