boostorg / json

A C++11 library for parsing and serializing JSON to and from a DOM container in memory.
https://boost.org/libs/json
Boost Software License 1.0
432 stars 94 forks source link

remove type aliases #958

Closed alandefreitas closed 9 months ago

alandefreitas commented 9 months ago

we should get rid of our aliases for error_code, result, et. al. and just use them directly from system.

This is just a replicate of this issue: https://github.com/boostorg/url/issues/743

The solution for Boost.URL was: https://github.com/boostorg/url/commit/96438f683e09e20183fab1b6059fa7f1b0ffe67d

grisumbras commented 9 months ago

Duplicate of #881