Opened 11 years ago
Closed 11 years ago
#6399 closed Bugs (worksforme)
Boost graph include fails to compile using CUDA nvcc
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | Cc: |
Description
/opt/local/include/boost/property_map/property_map.hpp: In member function ‘const typename UniquePairAssociativeContainer::value_type::second_type& boost::const_associative_property_map<UniquePairAssociativeContainer>::operator[](const typename UniquePairAssociativeContainer::key_type&) const’: /opt/local/include/boost/property_map/property_map.hpp:527: error: ‘T17’ has not been declared /opt/local/include/boost/graph/detail/adjacency_list.hpp: In member function ‘typename Config::OutEdgeList& boost::vec_adj_list_impl<Graph, Config, Base>::out_edge_list(typename Config::vertex_descriptor)’: /opt/local/include/boost/graph/detail/adjacency_list.hpp:2112: error: ‘T17’ has not been declared /opt/local/include/boost/graph/detail/adjacency_list.hpp: In member function ‘const typename Config::OutEdgeList& boost::vec_adj_list_impl<Graph, Config, Base>::out_edge_list(typename Config::vertex_descriptor) const’: /opt/local/include/boost/graph/detail/adjacency_list.hpp:2115: error: ‘T17’ has not been declared
Change History (2)
comment:1 by , 11 years ago
Severity: | Showstopper → Problem |
---|
comment:2 by , 11 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
This looks like a compiler bug; I will apply a patch if someone creates one but I do not know what can really be done about it otherwise.