25 Oct
2021
25 Oct
'21
9:03 p.m.
Ashish Singh wrote:
Hi Peter,
Forgot to ask:
For Boost 1.69 and later, does the "way" to use the header-only approach remain the same as below?
CFLAGS += \ -DBOOST_ERROR_CODE_HEADER_ONLY \ -DBOOST_SYSTEM_NO_DEPRECATED
1.69 is always header-only, so the BOOST_ERROR_CODE_HEADER_ONLY macro has no effect. It doesn't hurt to define it though.