Просмотр исходного кода
Some fixes to is_convertible to get rid of the g++ warning.
This included:
- changes to is_convertible under g++ #ifdef
- added parenthesis around body of BOOST_IS_CLASS macro
- a specialization of is_array for const arrays
[SVN r8822]