Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tw061023
14 days ago
|
parent
|
context
|
favorite
| on:
C++26 Reflections adventures and compile-time UML
Whip up some kind of in-house IDL/DDL parser, codegen from that.
Which, precisely, additions do not fit my points?
jandrewrogers
14 days ago
|
next
[–]
Completely inadequate for many use cases. IDL/DDL is one of the least interesting things you could do with reflection in C++. You can already do a lot of that kind of thing with existing metaprogramming facilities.
tw061023
14 days ago
|
parent
|
next
[–]
Which use cases? What exactly you can do with "existing metaprogramming facilities"?
birn559
14 days ago
|
prev
[–]
Most of the time, I will prefer standard C++ over a full hand made layer of complexity that needs maintenance.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Which, precisely, additions do not fit my points?