mirror of
https://github.com/boostorg/json.git
synced 2026-02-02 21:02:18 +00:00
deprecate type aliases
This commit is contained in:
@@ -17,7 +17,7 @@ namespace json {
|
||||
class pointer_test
|
||||
{
|
||||
bool
|
||||
hasLocation(error_code const& ec)
|
||||
hasLocation(system::error_code const& ec)
|
||||
{
|
||||
return ec.has_location();
|
||||
}
|
||||
@@ -354,10 +354,10 @@ public:
|
||||
testEscaped();
|
||||
testNested();
|
||||
testErrors();
|
||||
testNonThrowing<error_code>();
|
||||
testNonThrowing<system::error_code>();
|
||||
testNonThrowing<std::error_code>();
|
||||
testSet();
|
||||
testSetNonThrowing<error_code>();
|
||||
testSetNonThrowing<system::error_code>();
|
||||
testSetNonThrowing<std::error_code>();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user