Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
quantumhobbit
14y ago
0 comments
Save
Share
Having to put both declarations and definitions in the same header file is what feels kludgey to me. It is a break with the normal way of doing things.
0 comments
1 comments · 1 top-level
top
newest
oldest
cageface
14y ago
In C++11 you can split the declaration and implementation with the new external template feature.
j
/
k
navigate · click thread line to collapse