id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 253,"in the config.hpp system, problem with macos.hpp",nobody,John Maddock,"{{{ on MacOSX with a ProjectBuilder, the line # ifndef TARGET_CARBON # include # endif does not work, because the posix_features are always activated, even with carbon targets. the guy probably wanted to do something like # ifndef __MACHO__ # include # endif or something like that. that bug prevents the boost library to be used with ProjectBuilder's projects that uses Carbon. }}}",Bugs,closed,,config,None,,Fixed,,