10 Jan
2016
10 Jan
'16
2:27 p.m.
On Sun, Jan 10, 2016 at 5:12 AM, Rainer Deyke wrote:
#define SHOULD_USE_ALLOCATOR_TRAITS #include
#ifndef SHOULD_USE_ALLOCATOR_TRAITS #error Where did my macro go? #endif
Good point; even more motivation for:
(And it wouldn't be a bad idea for macros in the first category to also be prefixed with the library name).
And use BOOST_SOMETHING_SHOULD_USE_ALLOCATOR_TRAITS even if it is undefined. Glen