Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of neam

neam

neam has asked 2 questions and find answers to 4 problems.

Stats

85
EtPoint
24
Vote count
2
questions
4
answers

About

A pedantic programmer about semantic and formatting. The kind that annoys you in code review.

WISHLIST:

  • Fixing the __PRETTY_FUNCTION__ not being constexpr in some random version of GCC with some random flag.
  • Why can't offsetof work with pointer to member data ? And that there's no way to have that information while being constexpr ?
  • reflection in C++.
  • operator . overload.
  • Allocations in a constexpr context (http://open-std.org/JTC1/SC22/WG21/docs/papers/2018/p0784r1.html) (you don't know you need that, but trust me, you do).
  • Make another language that has the same meta-prog power as C++, but not the constraints (and is statically checked)