mirror of
https://github.com/nlohmann/json
synced 2024-11-26 13:50:07 +00:00
Apply same change to the re2c file
This commit is contained in:
parent
b342e1207c
commit
8162a6e3a3
@ -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