mirror of
https://github.com/nlohmann/json.git
synced 2026-05-30 01:55:24 +00:00
cleanup after #153
This commit is contained in:
+1
-1
@@ -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
|
||||
{
|
||||
|
||||
+1
-1
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user