Y
Hacker News
new
|
ask
|
show
|
jobs
by
searealist
679 days ago
That's not C++.
1 comments
maattdd
678 days ago
Any reader who comment here hopefully has enough knowledge to understand the implied C++.
struct Add {} std::variant<Add, int> Expr;
OR
class Expr {} class Add : Expr {}
link
searealist
678 days ago
I dont think you have ever seriously used c++.
link
struct Add {} std::variant<Add, int> Expr;
OR
class Expr {} class Add : Expr {}