Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Original article from the C++ report 95 about the CRTP online anywhere?

I've just learned about the CRTP Pattern and am looking for the original work. The reference of wikipedia says

Coplien, James O. in (1995, February). "Curiously Recurring Template Patterns". C++ Report: 24–27.

I also found it on ACM, however it's not available for download :( I wonder if anybody still has it.

like image 566
Nils Avatar asked Mar 18 '11 19:03

Nils


2 Answers

I just uploaded it to http://sites.google.com/a/gertrudandcope.com/info/Publications/InheritedTemplate.pdf. Enjoy.

like image 107
James Coplien Avatar answered Nov 15 '22 20:11

James Coplien


It was included in the book C++ Gems, which is still available on Amazon and from used book sellers. The bulk of the article is also available in Google Books.

like image 29
Andrew Brown Avatar answered Nov 15 '22 21:11

Andrew Brown