Thread overview | ||||||||
---|---|---|---|---|---|---|---|---|
|
December 01, 2008 STLSoft 1.9.62 released | ||||
---|---|---|---|---|
| ||||
Download from http://stlsoft.org/ ============================================================================ Changes for 1.9.62 (1st December 2008) Summary: ======== * fixed defect in interface_cast<> and try_interface_cast<> * improved compatibility with Visual C++ 9 * speculative support for Intel C/C++ 11.0 * fixed defect in winstl::to_SYSTEMTIME(DATE) overload Changes: ======== COMSTL: ------- ~ comstl/conversion/interface_cast.hpp: ~ fixed reference leak in smart pointer forms of interface_cast() and try_interface_cast() ~ comstl/conversion/method_cast.hpp: ~ minor tidying STLSoft: -------- ~ stlsoft/internal/cccap/msvc.h: ~ now correctly determines that VC++ 9 requires STLSOFT_CF_FUNCTION_SIGNATURE_FULL_ARG_QUALIFICATION_REQUIRED ~ stlsoft/stlsoft.h: ~ speculatively supports Intel C/C++ 11.0 WinSTL: ------- ~ winstl/shims/conversion/to_SYSTEMTIME/DATE.hpp: ~ fixed defect - initialising unknown name - in non-exception mode ============================================================================ |
December 03, 2008 Re: STLSoft 1.9.62 released | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matt Wilson | Matt Wilson skrev:
> Download from http://stlsoft.org/
>
> ============================================================================
>
> Changes for 1.9.62 (1st December 2008)
>
> Summary:
> ========
>
> * fixed defect in interface_cast<> and try_interface_cast<>
> * improved compatibility with Visual C++ 9
Hi Matthew,
I could not compile fixed_array_2d with /Za (disable language extensions . Is that intentional?
best regards
-Thorsten
|
December 09, 2008 Re: STLSoft 1.9.62 released | ||||
---|---|---|---|---|
| ||||
Posted in reply to Thorsten Ottosen | Thorsten Ottosen Wrote:
> Matt Wilson skrev:
> > Download from http://stlsoft.org/
> >
> > ============================================================================
> >
> > Changes for 1.9.62 (1st December 2008)
> >
> > Summary:
> > ========
> >
> > * fixed defect in interface_cast<> and try_interface_cast<>
> > * improved compatibility with Visual C++ 9
>
> Hi Matthew,
>
> I could not compile fixed_array_2d with /Za (disable language extensions . Is that intentional?
Will investigate now.
What compiler did you use?
Cheers
Matt
|
December 09, 2008 Re: STLSoft 1.9.62 released | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matt Wilson | Matt Wilson skrev:
> Thorsten Ottosen Wrote:
>
>> Matt Wilson skrev:
>>> Download from http://stlsoft.org/
>>>
>>> ============================================================================
>>>
>>> Changes for 1.9.62 (1st December 2008)
>>>
>>> Summary:
>>> ========
>>>
>>> * fixed defect in interface_cast<> and try_interface_cast<>
>>> * improved compatibility with Visual C++ 9
>> Hi Matthew,
>>
>> I could not compile fixed_array_2d with /Za (disable language extensions . Is that intentional?
>
> Will investigate now.
>
> What compiler did you use?
Microsoft Visual Studio 2008
Version 9.0.30729.1 SP
Microsoft .NET Framework
Version 3.5 SP1
Installed Edition: VC Express
-Thorsten
|
December 09, 2008 Re: STLSoft 1.9.62 released | ||||
---|---|---|---|---|
| ||||
Posted in reply to Thorsten Ottosen | "Thorsten Ottosen" <nesotto@cs.aau.dk> wrote in message news:493E98A4.7060102@cs.aau.dk... > Matt Wilson skrev: > > Thorsten Ottosen Wrote: > > > >> Matt Wilson skrev: > >>> Download from http://stlsoft.org/ > >>> > >>> ============================================================================ > >>> > >>> Changes for 1.9.62 (1st December 2008) > >>> > >>> Summary: > >>> ======== > >>> > >>> * fixed defect in interface_cast<> and try_interface_cast<> > >>> * improved compatibility with Visual C++ 9 > >> Hi Matthew, > >> > >> I could not compile fixed_array_2d with /Za (disable language extensions . Is that intentional? > > > > Will investigate now. > > > > What compiler did you use? > > Microsoft Visual Studio 2008 > Version 9.0.30729.1 SP > Microsoft .NET Framework > Version 3.5 SP1 > > Installed Edition: VC Express > > -Thorsten Try it again with 1.9.63. I think it should be fine now. Matt |
December 10, 2008 Re: STLSoft 1.9.62 released | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matthew Wilson | Matthew Wilson skrev:
> "Thorsten Ottosen" <nesotto@cs.aau.dk> wrote in message news:493E98A4.7060102@cs.aau.dk...
>> Matt Wilson skrev:
>>> Thorsten Ottosen Wrote:
>>>
>>>> Matt Wilson skrev:
>>>>> Download from http://stlsoft.org/
>>>>>
>>>>> ============================================================================
>>>>>
>>>>> Changes for 1.9.62 (1st December 2008)
>>>>>
>>>>> Summary:
>>>>> ========
>>>>>
>>>>> * fixed defect in interface_cast<> and try_interface_cast<>
>>>>> * improved compatibility with Visual C++ 9
>>>> Hi Matthew,
>>>>
>>>> I could not compile fixed_array_2d with /Za (disable language extensions
>>>> . Is that intentional?
>>> Will investigate now.
>>>
>>> What compiler did you use?
>> Microsoft Visual Studio 2008
>> Version 9.0.30729.1 SP
>> Microsoft .NET Framework
>> Version 3.5 SP1
>>
>> Installed Edition: VC Express
>>
>> -Thorsten
>
> Try it again with 1.9.63. I think it should be fine now.
Will do. Thanks :-)
-Thorsten
|
Copyright © 1999-2021 by the D Language Foundation