Re: How to convert TCHAR type to standard ISO C++ string?
- From: Jerry Coffin <jcoffin@xxxxxxxxx>
- Date: Tue, 28 Feb 2006 19:49:45 -0700
In article <xn0ej14c65e8o5p003@xxxxxxxxxxxxxxxxxxxx>,
DrPizza@xxxxxxxxxxxxxxxxx says...
[ ... ]
I didn't think re-opening std was an acceptable thing to do, though the
principle (of using references instead of #defines) is certainly sound
enough. I mostly just wanted something I could stick inline.
Reopening std is allowed. For example, if you define a
type, you can add a specialization for your type into
namespace standard -- though it still has to meet the
requirements on the original template or you undefined
results.
I'm pretty sure what was done in this case doesn't fall
within what's allowed though.
--
Later,
Jerry.
The universe is a figment of its own imagination.
.
- References:
- Re: How to convert TCHAR type to standard ISO C++ string?
- From: Dr Pizza
- Re: How to convert TCHAR type to standard ISO C++ string?
- Prev by Date: error C2276; passing &member function to _beginthreadex
- Next by Date: Re: error C2276; passing &member function to _beginthreadex
- Previous by thread: Re: How to convert TCHAR type to standard ISO C++ string?
- Next by thread: Re: How to convert TCHAR type to standard ISO C++ string?
- Index(es):
Relevant Pages
|