cleanup after

This commit is contained in:
Niels 2015-12-07 20:38:13 +01:00
parent f36f316fc7
commit 72476b4226
3 changed files with 3 additions and 2 deletions

View file

@ -2404,7 +2404,7 @@ class basic_json
template<typename PointerType, typename
std::enable_if<
std::is_pointer<PointerType>::value
and std::is_const< typename std::remove_pointer<PointerType>::type >::value
and std::is_const<typename std::remove_pointer<PointerType>::type>::value
, int>::type = 0>
const PointerType get_ptr() const noexcept
{