Code Monkey home page Code Monkey logo

Comments (4)

niello avatar niello commented on June 20, 2024 1

Fixed unintended C++17 usage, now must build under C++14

from cegui.

manhnt9 avatar manhnt9 commented on June 20, 2024

It depends on the platform. For example embedded / mobile systems are not necessarily using C++17.
Even on desktop C++17 isn't very popular as well. Many people's projects are still using C++14 or even strictly C++11.
Personally I think that C++14 is still for me in several years.

from cegui.

syncingdisks avatar syncingdisks commented on June 20, 2024

Don't get me wrong, `personally' is not one of my wet dreams to have CXX_STANDARD 17 but errors like:

cegui/cegui/include/CEGUI/InputEvent.h:47:130: error: 'is_enum_v' is not a member of 'std'; did you mean 'is_enum'?

cegui/cegui/include/CEGUI/InputEvent.h:47:140: error: template argument 1 is invalid

using the defaults on 14 are a show stopper for newcomers.

On another note, keep up the good work CEGUI team!

from cegui.

manhnt9 avatar manhnt9 commented on June 20, 2024

Well tbh I'm kinda questioning recent modern C++ features added to the codebase too. Haven't had time to really pull the new version yet to review but I think that it should be optimized since there're multiple related issue tickets have been shown.

from cegui.

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.