
28 Jul
2010
28 Jul
'10
7:07 p.m.
Hello Is there a nice why to select a basic_path specialization with the current with of TCHAR ? I mean like a string or wstring can be selected with basic_string<TCHAR>, I would like to select path or wpath with something like basic_path<basic_string<TCHAR>> or basic_path<basic_string<TCHAR>, path_traits<TCHAR>>, except that there is no template path_traits<>. Is there a sort sort of a type selector template in boost that receives TCHAR as and index and based on its width returns on of the other type arguments ? Thank you, Timothy Madden