Giter Club home page Giter Club logo

Comments (4)

veselink1 avatar veselink1 commented on May 20, 2024

That is known behavior and is expected. Your access_xy defined two x and y member functions with different const-qualifiers. So the question is which one you would like to reflect. By shadowing the definitions of the two functions, the visible x and y are not const-qualified and that is why it is possible to resolve to a singular function pointer.

Maybe it would be possible for me to suggest a better solution if I had more information about the use case. What would you do with the function pointers? Are they being stored somewhere? Why is function_descriptor#operator() or even refl::runtime::invoke() not sufficient? Both will correctly invoke the proper overload.

from refl-cpp.

Milerius avatar Milerius commented on May 20, 2024

Yeah renaming solved my problem totally !

from refl-cpp.

Milerius avatar Milerius commented on May 20, 2024

It's because of the const qualifier the scripting system where i was registering type was thinking i try to register a null pointer to member

from refl-cpp.

veselink1 avatar veselink1 commented on May 20, 2024

Yes, adding a get/set prefix is another viable solution.
I am glad you've resolved the issue!

from refl-cpp.

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.