Opened 12 years ago
Last modified 12 years ago
#271 new task
RFC: replace static member CBs with extern C proxies?
Reported by: | epruesse | Owned by: | devel |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | global | Version: | SVN |
Keywords: | Cc: |
Description
In summary: calling static member functions isn't allowed by the standard. It does work for GCC and CLANG, though.
What do we do?
- ignore this and implement in whatever way we feel like on a given day
- move towards static or extern "c" functions
- move towards static member functions
Change History (2)
comment:1 Changed 12 years ago by epruesse
comment:2 Changed 12 years ago by westram
I don't see the point.. is anything broken?
Note: See
TracTickets for help on using
tickets.
Regarding type-safe callbacks:
What do you guys think? Use libsigc++ in WINDOW?