15 Oct
2017
15 Oct
'17
9:55 p.m.
Marc Glisse wrote:
It would be great to avoid talking about the 2 macros at the same time, since they do not do the same thing. BOOST_SYSTEM_NO_DEPRECATED mostly removes some old synonyms, which otherwise cause
#include
int main(){} to require linking with boost_system. This happens to a lot of users, where the file is included indirectly through other boost packages.
Perhaps someone could prepare a pull request that turns `#ifndef BOOST_SYSTEM_NO_DEPRECATED` into `#ifdef BOOST_SYSTEM_ENABLE_DEPRECATED`?