Commit 07acbad2 authored by Dan Melnic's avatar Dan Melnic Committed by Facebook GitHub Bot

csl_iterator fix

Summary: csl_iterator fix

Reviewed By: yfeldblum

Differential Revision: D31664052

fbshipit-source-id: 338b60ddc9575a7d73ee431e9cef848cecfbcdad
parent 6b63ce1a
......@@ -683,7 +683,7 @@ class detail::csl_iterator : public detail::IteratorFacade<
csl_iterator(
const csl_iterator<OtherVal, OtherNode>& other,
typename std::enable_if<
std::is_convertible<OtherVal, ValT>::value>::type* = nullptr)
std::is_convertible<OtherVal*, ValT*>::value>::type* = nullptr)
: node_(other.node_) {}
size_t nodeSize() const {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment