Coder Social home page Coder Social logo

Comments (7)

sbaldu avatar sbaldu commented on June 14, 2024 2

This being said, the template variadic list is a neat idea.

If you think that it would be a useful addition we could still implement the new method without using the C++20 requires.
I think that we can implement the check on the template parameters by simply using std::enable_if, which is from C++11 so we don't need to update the standard.
What do you think?

from cxxgraph.

ZigRazor avatar ZigRazor commented on June 14, 2024 2

In this way, I think is good!

from cxxgraph.

nrkramer avatar nrkramer commented on June 14, 2024

I don't think forcing users to upgrade their version of the C++ standard is necessarily a good thing.

Supporting new features from the standard is fine as long as it's hidden in the library - but if it's in the headers it becomes a far more troublesome problem.

Having the maximum amount of backwards compatibility is a good thing. Most library implementers should strive for that.

This being said, the template variadic list is a neat idea.

from cxxgraph.

nrkramer avatar nrkramer commented on June 14, 2024

I think we should discuss and consider the possibility of distributing a standard hpp/cpp library, as the drawbacks of header-only are starting to manifest in this library.

from cxxgraph.

nrkramer avatar nrkramer commented on June 14, 2024

This SO article goes over some of the basic points: https://softwareengineering.stackexchange.com/questions/305618/are-header-only-libraries-more-efficient

I do think the low administrative costs of a header-only library make it attractive to keep.

from cxxgraph.

ZigRazor avatar ZigRazor commented on June 14, 2024

I think we should discuss and consider the possibility of distributing a standard hpp/cpp library, as the drawbacks of header-only are starting to manifest in this library.

I think we can open a discussion in discussion section.

from cxxgraph.

ZigRazor avatar ZigRazor commented on June 14, 2024

I do think the low administrative costs of a header-only library make it attractive to keep.

I Agree with @nrkramer

from cxxgraph.

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.