commit | b071036b7b60d5beefca58b31f397975bdebdd89 | [log] [tgz] |
---|---|---|
author | Chandler Carruth <chandlerc@gmail.com> | Sat Dec 17 10:20:15 2011 +0000 |
committer | Chandler Carruth <chandlerc@gmail.com> | Sat Dec 17 10:20:15 2011 +0000 |
tree | b9cea5255a850aef71ceed03bd123b1f60b51c86 | |
parent | f76e13e9ea0172d216907defd9e60bc71ef85658 [diff] |
As Doug pointed out (and I really should know), it is perfectly easy to make VariadicFunction actually be trivial. Do so, and also make it look more like your standard trivial functor by making it a struct with no access specifiers. The unit test is updated to initialize its functors properly. llvm-svn: 146827