Hacker News new | ask | show | jobs
by jolj 711 days ago
Is there a C++ tool that adds/shows all the implicit stuff that happens behind the scenes?

Such as all the constructors that are being added, implicit copy constructor and all the other surprises?

1 comments

Best you're gonna get is a combination of godbolt and cppinsights.
cppinsights looks like what I was looking for, there's even a vscode extension thanks