ATF-log archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

#33: Add forward-declaration-only headers



#33: Add forward-declaration-only headers
-------------------+--------------------------------------------------------
 Reporter:  jmmv   |       Owner:  jmmv
     Type:  task   |      Status:  new 
 Priority:  minor  |   Milestone:      
Component:  MISC   |     Version:      
 Keywords:         |  
-------------------+--------------------------------------------------------
 It would be nice to split the header files into two components: one
 providing forward declarations only and the other providing everything
 else.  This would make the implementation files clearly expose their
 dependencies by making them explicitly include all required header files.
 Also, it'd remove clutter from header files by reducing their dependency
 tree.  See, e.g. the error.h and error_fwd.h headers in atf-c.

-- 
Ticket URL: <https://www.julipedia.org/projects/atf/trac/ticket/33>
Automated Testing Framework <http://www.NetBSD.org/~jmmv/atf/>
Automated Testing Framework


Home | Main Index | Thread Index | Old Index