id summary reporter owner description type status milestone component version severity resolution keywords cc 5235 uuid unneccasary test header upsets clang Chris Jefferson Andy Tompkins "uuid has a test header called ""lightweight_test_ex.hpp"", which defines test_ne_impl. I assume this was an extension to the boost lightweight_test, but now it is in lightweight_test.hpp. This makes the header unnecessary, but further clang (correctly) rejects the fact that test_ne_impl is defined twice. This patch removes the header, and references to it. This fixes clang, and doesn't break g++ (I didn't test any other compilers, but I can't see why the would have a problem)." Patches closed To Be Determined uuid Boost Development Trunk Problem fixed