id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 5275,result_of clash in interprocess tests,Chris Jefferson,Joel de Guzman,"Lots of interprocess tests have: using namespace boost; using namespace std; and then use result_of. This causes clashes for libraries (such as libc++) which are starting to add support for std::result_of. I can see two obvious fixes: 1) Remove the 'using namespace std;'. They don't actually seem to be doing anything. 2) Qualify result_of with boost:: I assume (1) is the obvious fix. Except I wondered if the 'using namespace std' in most tests was there for some reason?",Patches,closed,To Be Determined,fusion,Boost 1.45.0,Problem,fixed,,