29 Jul
2010
29 Jul
'10
8:37 p.m.
Richard wrote:
[Please do not mail me a copy of your followup]
boost-users@lists.boost.org spake the secret code
thusly: Is there a nice why to select a basic_path specialization with the current with of TCHAR ?
TCHAR is just a typedef for char or wchar_t. So anyplace you would use char or wchar_t as a template argument you can use TCHAR.
Ok and how could I specialize basic_path with TCHAR to get a path if TCHAR is char, and a wpath if TCHAR is wchar_t ? Timothy Madden