Boost logo

Boost :

Subject: [boost] [type_erasure]broken link in any.html#any(const U&, const static_binding&)
From: Larry Evans (cppljevans_at_[hidden])
Date: 2012-07-28 22:39:00


The html page fragment:

http://steven_watanabe.users.sourceforge.net/type_erasure/libs/type_erasure/doc/html/boost/type_erasure/any.html#id2369879-bb

contains a link, CopyConstructible, which sends my browser to:

http://steven_watanabe.users.sourceforge.net/trunk/doc/html/CopyConstructible.html

which is not there. Maybe it should go to:

http://www.boost.org/doc/libs/1_50_0/libs/utility/CopyConstructible.html

or something similar?

Also, why couldn't there be any number of arguments, something like:

template<typename Map, class... U>
  explicit any(const static_binding< Map > & binding, U &&... arg);

I think this would then allow any constructor to be used for the
contained type. Of course then the requirement would have to
be modified to be something like:

  The underlying type has a constructor accepting arguments, U&... arg.

-regards,
Larry


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk