Giter Site home page Giter Site logo

Comments (4)

samarai-jk avatar samarai-jk commented on May 25, 2024

Same issue here with std::limits,
#undef min
#undef max
solved it

from termcolor.

ikalnytskyi avatar ikalnytskyi commented on May 25, 2024

@trailfrenzy @jk-cx thanks for reporting that. Can you please confirm this issue is Windows specific?

If so, can you please try to compile your projects with NOMINMAX flag set (or #define NOMINMAX on the very first line in main.cpp)? Trying to do any hardcoded #undef-s inside termcolor may introduce the opposite side effect. I'd prefer not to do so. If that helps, I'll mention this caveat in README.

from termcolor.

samarai-jk avatar samarai-jk commented on May 25, 2024

@ikalnytskyi Can confirm the code compiles with #define NOMINMAX. Turns out this seems to be a common problem on Windows and is introduced by windows.h, see here: https://stackoverflow.com/questions/11544073/how-do-i-deal-with-the-max-macro-in-windows-h-colliding-with-max-in-std. Would be nice if you could mention it somewhere, other than that I think you are right, if you add the define it could lead to problems in some projects using the library

from termcolor.

ikalnytskyi avatar ikalnytskyi commented on May 25, 2024

Added this caveat to README.

fab28c5

from termcolor.

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.