id summary reporter owner description type status milestone component version severity resolution keywords cc 11015 Bug with boost/graph/detail/edge.hpp mzartek@… Jeremiah Willcock "Hi, I found a bug and it has not been solved yet (i searched on the latest source on the git repo), ok here it is: The bug is that the use of the header ""boost/graph/detail/edge.hpp"" alone in a program cause an error at the compilation: This error say that the ""hash struct"" is not a template class. After some searching i noticed that this ""hash struct"" is a template specialization, and the problem is that the ""hash struct"" generic template is not included in this file, i fixed it by adding the ""boost/functional/hash/hash.hpp"" header. I don't know if this fix could be enough, but it works for my use." Bugs new To Be Determined graph Boost 1.57.0 Problem