This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Purpose: | |
| // Test compiler implementation of | |
| // "variable templates" as described in: | |
| /* | |
| http://isocpp.org/files/papers/N3651.pdf | |
| */ | |
| // and as commented on here: | |
| /* | |
| http://en.cppreference.com/w/Talk:cpp/language/variable_template | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Purpose: | |
| // Test if the code posted here: | |
| /* | |
| http://article.gmane.org/gmane.comp.lib.boost.devel/251897 | |
| */ | |
| // With headers: | |
| /* | |
| From: Louis Dionne <ldionne.2@gmail.com> | |
| Newsgroups: gmane.comp.lib.boost.devel | |
| Subject: Efficient tuple implementation |
NewerOlder