reflect icon indicating copy to clipboard operation
reflect copied to clipboard

attribute not working

Open dgu123 opened this issue 11 years ago • 0 comments

Hello , i am using g++ the sample that give in the readme doesnt work at all for me at least. attribute are 0x0 !!! and there is a small typo issue , attribute should attributes in the following line
for (auto attribute: foo_type->attribute()) { std::cout << attribute->name() << ": " << attribute->type()->name() << '\n'; } std::cout << '\n';

regards david

dgu123 avatar Jul 26 '14 02:07 dgu123