Hi Chad,

On Thu, 2005-05-26 at 03:41 -0500, Chad Austin wrote:
> Hi all,
> 
> I had to change my copy to get it to build in VC7.1.  Here's the diff:
> 
>   inline
> -FieldContainerPtrBase::operator unspecified_bool_type() const
> +FieldContainerPtrBase::operator 
> FieldContainerPtrBase::unspecified_bool_type()
> const
>   {
> -    return !*this ? 0 : (unspecified_bool_type)&_storeP;
> +    return !*this ? 0 : &FieldContainerPtrBase::_storeP;
>   }

thanks for the fix. I'm running a recompile right now which will take a
while, but it's going to be in the next dailybuild.

Looking at the dailybuild logs it turns out my changes worked nowhere,
except on my gcc 3 box. ;)

Thanks

        Dirk




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to