6 Oct
2008
6 Oct
'08
3:57 p.m.
I relied on that the boost::mpl::for_each function should be inlined. [ ... ] I don't understand what is being achieved with this value_init stuff.
Hi Peter, my project suffers from this problem too. This might be related to recent rewrite of value_initialized. This issue is not critical to my project so I haven't looked closely at the value_initialized code. I wonder if there is a reason not to use use a simpler implementation for empty types (boost::is_empty<T>::value == true)? -- Alex