mirror of
https://github.com/nlohmann/json.git
synced 2025-01-21 00:53:01 +08:00
Merge remote-tracking branch 'origin/patch-3'
This commit is contained in:
commit
8f97e99feb
@ -2385,7 +2385,7 @@ class basic_json
|
||||
template<typename PointerType, typename
|
||||
std::enable_if<
|
||||
std::is_pointer<PointerType>::value
|
||||
and std::is_const<PointerType>::value
|
||||
and std::is_const< typename std::remove_pointer<PointerType>::type >::value
|
||||
, int>::type = 0>
|
||||
const PointerType get_ptr() const noexcept
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user