GithubHelp home page GithubHelp logo

Comments (5)

saeitsystems avatar saeitsystems commented on August 16, 2024 1

Ok, so I close the issue

from svgren.

igagis avatar igagis commented on August 16, 2024

Hi,

this is because windows defines its own max macro, which is evil, macros must not have lower case names :).
Do you use the max macro somewhere in your program? In case you do, you should stop using it and start using the std::max() inline function.
Meanwhile, I will make a new version of libutki which undefines the max macro.

from svgren.

igagis avatar igagis commented on August 16, 2024

By the way, if you include the windows.h anywhere in your program, you can instead include the <utki/windows.hpp> which is provided by libutki for convenience. This header essentially includes the windows.h, but also undefines all sorts of problematic legacy macros defined by windows.

from svgren.

saeitsystems avatar saeitsystems commented on August 16, 2024

That is what I did temporarily in my code as a workaround.
I could try the include <utki/windows.hpp> in stdafx.h but I think an additional undef in span.h would help.

from svgren.

igagis avatar igagis commented on August 16, 2024

I added the undef to span.hpp. Version 1.1.124 of libutki should be released soon, see build https://github.com/cppfw/utki/actions/runs/732185427

from svgren.

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.