depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t4018
/
cpp-class-constructor-mem-init
blob: 49a69f37e1616e683a9d80531faddf2d11c7e0b6 (
plain
) (
blame
)
1
2
3
4
5
Item::Item(int RIGHT) :
member(0)
{
ChangeMe;
}