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