boostorg / json

A C++11 library for parsing and serializing JSON to and from a DOM container in memory.

Home Page:https://boost.org/libs/json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove type aliases

alandefreitas opened this issue · comments

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: boostorg/url#743

The solution for Boost.URL was: boostorg/url@96438f6

Duplicate of #881