11 Jan
2012
11 Jan
'12
5:08 p.m.
On 01/11/2012 05:17 PM, spam-receiver@web.de wrote:
Cast a Layer to an OutputLayer:
boost::shared_ptr<Layer> layer = getLayer(); boost::shared_ptr<OutputLayer> outputLayer = boost::dynamic_pointer_cast<OutputLayer>(layer); I wonder why is boost::detail::dynamic_cast_tag part of the detail namespace and not part of the public API instead. It seems it would be useful in this and similar cases.
[...]
-- VZ