Giter Site home page Giter Site logo

Comments (3)

beltoforion avatar beltoforion commented on August 19, 2024

std::exception::what is returning a const char* for the error messages. That is unusable for an application which aims for support of wide strings.

from muparser.

TheQuantumPhysicist avatar TheQuantumPhysicist commented on August 19, 2024

Whether this is unstable, is debatable, but anyway, you can provide the option for both! You can keep the current options as is, and still inherit from std::exception and override std::exception::what(). Would you consider that?

from muparser.

beltoforion avatar beltoforion commented on August 19, 2024

I said unusable not unstable. Sorry but I have no intention of supporting what() and std::exception because i consider it an undesireable workaround. By supporting what() the parser implies the ability to provide a proper error message. For unicode builds i cannot do that. In the end your proposal would create a class which violates the Liskov substitution principle. One might argue that this wouldn't be much of a deal but people will end up bothering me with questions why its not working as they expect and no one will read the documentation.

from muparser.

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.