5 Jul
2016
5 Jul
'16
6:31 p.m.
I'm finding that if I store a `char*` versus `char const*` in a
boost::any object, that this impacts the behavior of boost::any_cast.
I do not find this documented anywhere.
For example, if I store a const qualified character pointer in a
boost::any object, then I do `boost::any_cast