About
Downloads
Documentation
Development
Issue Tracker
Browse Tickets
Custom Query
Roadmap
Browse Source
Local Info
Mailing Lists
Search
Fix gcc 3.3 compilation error (#354)
gcc 3.3 requires that a class has a default constructor if it has template named parameters. (That constructor can be protected.)