Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/129.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C++ boost::可传递的闭包()和;错误:对‘;的调用没有匹配函数;顶点(常量std::vector<;std::vector<;long unsigned int>;.);_C++_Boost_Boost Graph_Transitive Closure - Fatal编程技术网

C++ boost::可传递的闭包()和;错误:对‘;的调用没有匹配函数;顶点(常量std::vector<;std::vector<;long unsigned int>;.);

C++ boost::可传递的闭包()和;错误:对‘;的调用没有匹配函数;顶点(常量std::vector<;std::vector<;long unsigned int>;.);,c++,boost,boost-graph,transitive-closure,C++,Boost,Boost Graph,Transitive Closure,我正在Linux机器上使用GCC4.5.0和Boost1.48.0 在编译使用boost::graph中的boost::transitive_closure()函数的源文件时,我遇到了与中相同的问题。 但是在我的例子中,在任何其他boost头文件之前包含boost/graph/vector_as_graph.hpp不会改变这种情况 以前有没有人遇到过这种情况,并且知道如何解决它?对于遇到与我相同问题的任何人: 感谢Jeremiah Willcock,我在boost用户邮件列表上得到了这条有用的回

我正在Linux机器上使用GCC4.5.0和Boost1.48.0

在编译使用boost::graph中的boost::transitive_closure()函数的源文件时,我遇到了与中相同的问题。 但是在我的例子中,在任何其他boost头文件之前包含boost/graph/vector_as_graph.hpp不会改变这种情况


以前有没有人遇到过这种情况,并且知道如何解决它?

对于遇到与我相同问题的任何人: 感谢Jeremiah Willcock,我在boost用户邮件列表上得到了这条有用的回复(https://groups.google.com/forum/#!主题/增强列表/DIfni1Mdd5E):

“请查看后备箱中的r76868是否解决了此问题;您可以 下载 和 把它放在你的树上。”