mirror of
https://github.com/nlohmann/json.git
synced 2025-01-20 00:03:02 +08:00
Merge pull request #2673 from remyjette/remove-exception-annotation
Remove HEDLEY annotation from exception::what()
This commit is contained in:
commit
6b74772fe8
@ -49,7 +49,6 @@ class exception : public std::exception
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/// returns the explanatory string
|
/// returns the explanatory string
|
||||||
JSON_HEDLEY_RETURNS_NON_NULL
|
|
||||||
const char* what() const noexcept override
|
const char* what() const noexcept override
|
||||||
{
|
{
|
||||||
return m.what();
|
return m.what();
|
||||||
|
@ -2640,7 +2640,6 @@ class exception : public std::exception
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/// returns the explanatory string
|
/// returns the explanatory string
|
||||||
JSON_HEDLEY_RETURNS_NON_NULL
|
|
||||||
const char* what() const noexcept override
|
const char* what() const noexcept override
|
||||||
{
|
{
|
||||||
return m.what();
|
return m.what();
|
||||||
|
Loading…
Reference in New Issue
Block a user