coin-or / FlopCpp

An open source algebraic modelling language implemented as a C++ class library
https://projects.coin-or.org/FlopC++
Other
10 stars 1 forks source link

cleanup: change direct access to "Any" #14

Closed svigerske closed 5 years ago

svigerske commented 5 years ago

Issue created by migration from Trac.

Original creator: hpwalton

Original creation time: 2006-08-25 02:24:48

Assignee: hpwalton

Version:

Motivation: There are issues with static variables being directly accessed via MSVC. This change will be similar to the "getEmpty()" calls already changed.

Simple code changes, should be quick and easy.

svigerske commented 5 years ago

Comment by thh created at 2006-10-22 17:48:26

Done in stable/1.0 soon to be released

svigerske commented 5 years ago

Comment by thh created at 2007-03-11 19:18:26

Fixed by release 1.0.0

svigerske commented 5 years ago

Comment by thh created at 2007-03-11 19:18:26

Resolution: fixed