You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by Anton Pevtsov <An...@moscow.vdiweb.com> on 2006/03/09 17:49:48 UTC

rw_char.h build problem

The rw_char.h file fails to compile (the 11d configuration) due to the
following (line 193):

...
_TEST_EXPORT
_RWSTD_SPECIALIZED_CLASS
struct UserTraits<UserChar>   // user-defined character traits
{
...

Maybe, here should be 

_RWSTD_SPECIALIZED_CLASS
struct _TEST_EXPORT UserTraits<UserChar>   // user-defined character
traits
{
...

?


Thanks,
Anton Pevtsov



Re: rw_char.h build problem

Posted by Martin Sebor <se...@roguewave.com>.
Anton Pevtsov wrote:
> The rw_char.h file fails to compile (the 11d configuration) due to the
> following (line 193):
> 
> ...
> _TEST_EXPORT
> _RWSTD_SPECIALIZED_CLASS
> struct UserTraits<UserChar>   // user-defined character traits
> {
> ...
> 
> Maybe, here should be 

Probably. Dang Windows. Sorry about that.
Martin

> 
> _RWSTD_SPECIALIZED_CLASS
> struct _TEST_EXPORT UserTraits<UserChar>   // user-defined character
> traits
> {
> ...
> 
> ?
> 
> 
> Thanks,
> Anton Pevtsov
>