[boost::any] struct tm with boost::any
4 Dec
2009
4 Dec
'09
8:30 p.m.
Hi everyone These two lines of code: any a = tm(); tm t = any_cast<tm>(a); result in a bad_any_cast exception: boost::bad_any_cast: failed conversion using boost::any_cast Is that a bug or what am I missing here? I am using MinGW version 4.4.0 and boost 1.40.0. Thanks for a quick reply and best regards Pascal
5473
Age (days ago)
5473
Last active (days ago)
0 comments
1 participants
participants (1)
-
Pascal Kesseli