1 Nov
2013
1 Nov
'13
7:50 p.m.
On Fri, Nov 1, 2013 at 11:15 PM, John Maddock
Lets say we wanted boost/detail to depend on nothing but config, here's what it would take:
A general question: how do "common" and "detail" modules correlate? It seems they both contain things too little to form a full fledged library. Maybe there should be a single module, "common"? Or "utility"?
boost/detail/winapi/*
Depends on boost/cstdint.hpp only, suggest that belongs to config.
Not sure about that. On one hand these headers do relate to configuring on Windows. OTOH, that is more than defining a few macros.