You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good point. I see the code is currently not covered by any test case. I think it was old code that aimed to avoid a conversion from string literals to string_t. I wonder why they are not used any more.
It seems these functions are not required any more. The code was added in commit 7e32457 to fix issue #171. There are still regression tests for #171, so when this commit passes the CI, the functions may be removed for good.
What's the meaning of the following code?
abbreviated version from json.hpp:
and const_reference version of them.
Normally m_value.object is an std::map and key is an std::string. But the code must have been placed for a reason. I just want to know why.
The text was updated successfully, but these errors were encountered: