index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t4018
/
cpp-class-constructor-mem-init
blob: 49a69f37e1616e683a9d80531faddf2d11c7e0b6 (
plain
)
1
2
3
4
5
Item::Item(int RIGHT) :
member(0)
{
ChangeMe;
}