Conditionally compile if boost is present
I want to conditionally compile some c++ code that uses boost, and make it
so it doesn't try to compile the boost dependent code if boost is not
present.
Does boost have any global macro that will be defined, like __BOOST__,
that I can check for?
No comments:
Post a Comment