Giter Club home page Giter Club logo

Comments (6)

fnc12 avatar fnc12 commented on May 27, 2024

removed exception specifications

from sqlite_orm.

fnc12 avatar fnc12 commented on May 27, 2024

refactored enable_if to optional argument like typename std::enable_if<cond>:type * = nullptr

from sqlite_orm.

fnc12 avatar fnc12 commented on May 27, 2024

@jamboree didn't find this things in code "Don't name a variable with the something that's already declared. e.g. you have template table and local variable table, this confuses MSVC.". I changed table member call with this->table to be safe and it turned out that there is no local variable called table at all. Could you please provide line number in last commit? Thanks

from sqlite_orm.

jamboree avatar jamboree commented on May 27, 2024

@fnc12 Sorry it's indeed a data member, didn't look carefully. I think I can just make a pull request to fix the issues.

from sqlite_orm.

fnc12 avatar fnc12 commented on May 27, 2024

@jamboree I merged your pull request. I fixed the only thing: replaced std::bool_constant with std::integral_cosntant<bool> cause std::bool_constant is C++17 feature. Now the only issue point left is "Don't name a variable with the something that's already declared. e.g. you have template table and local variable table, this confuses MSVC.". Is it gotta be fixed or what? If not I close the issue

from sqlite_orm.

jamboree avatar jamboree commented on May 27, 2024

Yes this->table fixed the problem.

from sqlite_orm.

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.