boostorg / container

STL-like containers from Boost
http://www.boost.org/libs/container/
Boost Software License 1.0
101 stars 113 forks source link

Remove predefines that are breaking the doxygen build. #22

Closed danieljames closed 9 years ago

danieljames commented 9 years ago

I have no idea why they're breaking the build, but the macros appear to be defined in the appropriate header, so maybe they're not needed anyway?

Btw. to replicate the failure you need to delete the temporary files under bin.v2, as boost.build doesn't detect the failure, and will continue with the old copies from the last successful build. I'm using doxygen 1.8.8, maybe this is fixed in later versions?

igaztanaga commented 9 years ago

There was an error in the PREDEFINED string. Let me know if this can fix the issue.

https://github.com/boostorg/container/commit/8c686218033d05711edb695e53dd0d01b6fe9f2e

danieljames commented 9 years ago

Seems to be working now.