AMDG On 07/18/2017 04:09 PM, Joaquin M López Muñoz via Boost wrote:
El 18/07/2017 a las 23:11, Steven Watanabe via Boost escribió:
On 07/15/2017 05:41 AM, Joaquin M López Muñoz via Boost wrote:
http://www.boost.org/doc/html/boost/type_erasure/any_cast_idp758556752.html
[...]
This is really annoying. It looks like the reason this happens is that BoostBook sees both boost::any_cast and boost::type_erasure::any_cast and decides that it needs to mangle them because they have the same name [...]
Any suggestion on what to do from my side? I really want to link you :-)
There are three possible solutions: - Fix BoostBook. (I'll get to this eventually) - Build your documentation as part of the global doc build and link using [functionref boost::type_erasure::any_cast] - I could have the type_erasure docs built separately to avoid the conflict. In Christ, Steven Watanabe