Skip to content

Commit 0c2c276

Browse files
committed
Remove MSVC warning C4180, as qualifying a function as const has no meaning.
1 parent 83bff39 commit 0c2c276

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/boost/intrusive/detail/ebo_functor_holder.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ class ebo_functor_holder<T *, Tag>
135135
}
136136

137137
inline T& get(){return *t_;}
138-
inline const T& get()const{return *t_;}
139138

140139
private:
141140
T * t_;

0 commit comments

Comments
 (0)