fix for libc++ build (nw)

This commit is contained in:
Vas Crabb 2017-03-03 00:54:48 +11:00
parent aa739563d1
commit 6a7484db95

View File

@ -167,7 +167,7 @@ private:
public:
device_type_impl(std::nullptr_t)
: m_creator(nullptr)
, m_type(typeid(nullptr_t))
, m_type(typeid(std::nullptr_t))
, m_next(nullptr)
{
}