Actions
Feature #1061
closedadd an include file with forward declarations
Start date:
11/15/2011
Due date:
% Done:
0%
Estimated time:
Description
What about adding an include file with forward declarations of all classes exported by witty? Attached my attempt at such a file.
In my code I can then say
#include <Wt/forward.h>
without the need to add forward declarations for individual classes.
You could use this include file for witty's own .cpp files as well.
Files
Updated by Koen Deforche about 13 years ago
Hey Arjan,
Actually Wt/WGlobal does that already.
Regards,
koen
Updated by Arjan Vermeij about 13 years ago
I knew it was a good idea!
Thanks. Arjan.
Updated by Koen Deforche about 13 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.2.0
:-)
koen
Updated by Koen Deforche almost 13 years ago
- Status changed from Resolved to Closed
Actions