Skip to main content
Intel® Developer Zone
App Development
Windows*
Android*
HTML5
Cloud Services Platform
Developer Tools
Intel® Platform Development
Ultrabook™
Tablet & Phone
Embedded Systems
Business Client
Server, Workstation, HPC
Developer Tools
Intel® Technologies
HTML5
Touch & Sensors
Perceptual Computing
Visual Computing
Energy Efficiency
Performance
Security
Open Source
Systems Design
Developer Tools
Business Resources
Intel® Software Partner
Success Stories
Software by Industry
Connect and Collaborate
Intel AppUp® Developer
Academics
Site to search:
Intel® DZ
Intel.com
Login
or
Register
You are here
Home
›
Intel® Software Development Products
›
Intel® C++ Compiler
Print
Facebook
LinkedIn
Twitter
Digg
Delicious
Orkut
Google Plus
Dreaded template specialization errors, desperate for solution.
Dreaded template specialization errors, desperate for solution.
benjaminfreidlin
Tue, 03/15/2005 - 13:47
I've also tried defining the macro like this instead, which also doesn't work:
Code:
#define SQUADD_DEFINE_CLASS_LOCATION_IN_REGISTRY(Class, Table, Index) template<> class pushclass< Class > : public push_class_from_registry< Class > {}; const char * push_class_from_registry< Class >::table = Table; const char * push_class_from_registry< Class >::name = Index;
1 post / 0 new
For more complete information about compiler optimizations, see our
Optimization Notice
.