[muscle] Re: ahhh! what is wrong with the muscle::String class!
- From: "Jeremy Friesner" <jaf@xxxxxxxxxxxx>
- To: muscle@xxxxxxxxxxxxx
- Date: Wed, 27 Aug 2003 08:42:11 PDT (-0700)
Hi David,
Strange, that program compiles and runs without errors for me under gcc.
Can you post a few lines from around line 1241 of that header file=3F Maybe
I can get some insight into what it is trying to do there.
Does it make any difference if you change the order of the #includes so
that the STL string is included before the muscle includes=3F
Jeremy
> What does happen is that I get a "Unrelated Pointer: Comparing two unrelated
> pointers 0x12FE8C and 0x25A6CC8. Pointers are not within the same buffer."
> at line "std::string ove =3D terrain( );". This error comes from far way in
> the Microsoft string implementation:
>
> basic=5Fstring<char,struct std::char=5Ftraits<char>,class std::allocator<char>
> >::=5FInside
>
> c:\program files\microsoft visual studio .net\vc7\include\xstring::1241
>
> What is wrong here=3F
- References:
- [muscle] ahhh! what is wrong with the muscle::String class!
- From: David Svanberg
Other related posts:
- » [muscle] ahhh! what is wrong with the muscle::String class!
- » [muscle] Re: ahhh! what is wrong with the muscle::String class!
- [muscle] ahhh! what is wrong with the muscle::String class!
- From: David Svanberg