2. Re: C++ help needed: singleton.hpp (Luigi Ballabio)

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

2. Re: C++ help needed: singleton.hpp (Luigi Ballabio)

Mark joshi-2
There some bugginess in VC 6,0 with static member variables in templatized functions. I.e. it gets confused about how many copies of the variable there are.

Mark


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev
Reply | Threaded
Open this post in threaded view
|

Re: 2. Re: C++ help needed: singleton.hpp (Luigi Ballabio)

Luigi Ballabio

On Oct 6, 2007, at 12:12 AM, Mark joshi wrote:
> There some bugginess in VC 6,0 with static member variables in
> templatized functions. I.e. it gets confused about how many copies of
> the variable there are.

Mark,
        I'm not surprised---we dropped support for VC 6.0 a couple of releases
ago.  Do you need to make the library work with it?

Luigi


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev
Reply | Threaded
Open this post in threaded view
|

Re: 2. Re: C++ help needed: singleton.hpp (Luigi Ballabio)

Mark joshi-2
Oh no, this was just following up on Klaus's comments.


On 06/10/2007, Luigi Ballabio <[hidden email]> wrote:

>
> On Oct 6, 2007, at 12:12 AM, Mark joshi wrote:
> > There some bugginess in VC 6,0 with static member variables in
> > templatized functions. I.e. it gets confused about how many copies of
> > the variable there are.
>
> Mark,
>         I'm not surprised---we dropped support for VC 6.0 a couple of releases
> ago.  Do you need to make the library work with it?
>
> Luigi
>
>


--
Assoc Prof Mark Joshi
Centre for Actuarial Studies
University of Melbourne
My website is www.markjoshi.com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev