Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/tools/build/v2/example/customization/class.verbatim @ 29

Last change on this file since 29 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 92 bytes
Line 
1class_template
2
3class %class_name% {
4public:
5    %class_name%() {}
6    ~%class_name%() {}
7};
Note: See TracBrowser for help on using the repository browser.