Code Monkey home page Code Monkey logo

Comments (2)

TwinFan avatar TwinFan commented on May 25, 2024

Reason is usage of std::variant in DataRefs::dataRefDefinitionT. I introduced this during porting to Windows to avoid the there not supported Dot-notation for initializing unions. But after doing so I had to lift MacOS version in build settings to 10.14. (Underlying reason is not std::variant as such, but an exception used in there, which apparently makes a new runtime library necessary, which is not available in older MacOs versions and likely also not in Windows before v10.)

Implementation changed once more, std::variant removed. Instead the struct handles type of dataRef itself. Initialization is by use of two constructors, one for int dataRefs, one for float DataRefs.

from livetraffic.

TwinFan avatar TwinFan commented on May 25, 2024

Mac 10.12 user reported positive.
Tested on Win 10, still works. MS says API 10 can also support down to Win 7, so no change to Win build settings (yet). Positive feedback of one Windows non-10 tester still welcome.
Anyway, issue closed.

from livetraffic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.