|
Boost Users : |
Subject: [Boost-users] How to get the basic_path specialization for TCHAR ?
From: Timothy Madden (terminatorul_at_[hidden])
Date: 2010-07-28 15:07:52
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
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net