Search found 1 match

by saum
Wed Feb 18, 2009 8:26 am
Forum: Feature Request Archive
Topic: private include
Replies: 0
Views: 23781

private include

Does what standard include does, but is not transitive.

There are a few annoying issues with include:
1) slows down compilation
2) naming conflicts
3) global variables (unlike functions) get included into files which don't use them + get initialized. This is pretty bad - yesterday I noticed our ...