10 Nov
2002
10 Nov
'02
12:01 p.m.
Thanks for your reply. Yes, I know. VC++ 7.1 does handle all of Boost correctly and compiles 100% of it correctly. Given that, let me try my question again. What parts of Boost best emplify advanced uses of templates such as Partial Template Specialization and are understandable in small pieces? The goal is to put together a "teaching demo" on things like Partial Template Specialization and then show how it is used in practice in libraries like Boost. Thanks in advance.
How about the type traits remove_XXX templates? Or even some of the is_XXX templates, although the latter tend to have rather a lot of workarounds cluttering up the code. John Maddock http://ourworld.compuserve.com/homepages/john_maddock/index.htm