
8 Feb
2011
8 Feb
'11
7:06 a.m.
AMDG Review part 1, documentation: * Introduction: eg. should be e.g.
* "On POSIX systems you must use the macros defined in sys/wait.h to interpret exit codes."
This forces me to use #ifdefs in my code. Isn't there a way to abstract this better? At least you could wrap the macros and have a trivial implementation for windows (WIFEXITED -> true)
+1
* context::setup: The reference specifies boost::function< void()>, but this is obviously only true for posix. It should describe the two different behaviors.
Is this yet a limitation of Doxigen? Vicente -- View this message in context: http://boost.2283326.n4.nabble.com/Subject-Formal-Review-of-Proposed-Boost-P... Sent from the Boost - Dev mailing list archive at Nabble.com.