id summary reporter owner description type status milestone component version severity resolution keywords cc 12526 "test_graphs.cpp :Error: The operation ""boost::undirected_graph*** is illegal" Aparna.kumta@… Jeremiah Willcock "Compiling libs/graph/test/test_graphs.cpp with Oracle Developer Studio 12.5, wq see the following error: \\ $ CC -compat=5 -library=stlport4 -xO4 -mt -erroff=%none -m32 -KPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"".."" -c -o ./test_graphs.o ../libs/graph/test/test_graphs.cpp \\ ""../libs/graph/test/test_properties.hpp"", line 20: Error: The operation ""boost::undirected_graph[boost::graph_bundle_t]"" is illegal. \\ ""../libs/graph/test/test_properties.hpp"", line 120: Where: While instantiating ""test_graph_bundle>(boost::undirected_graph&, mpl_::bool_<1>)"". \\ ... \\ See: \\ http://www.boost.org/development/tests/develop/developer/output/oracle-sparc-S2-12-5-stlport4-boost-bin-v2-libs-graph-test-test_graphs-test-sun-12-5_stlport4-release-threading-multi.html The following changes to boost/graph/properties.hpp resolves the issue. $diff properties.hpp properties.hpp_orig {{{ 325a326,333 > > #if BOOST_WORKAROUND(__SUNPRO_CC, BOOST_TESTED_AT(0x590)) && !defined (BOOST_GRAPH_NO_BUNDLED_PROPERTIES) > // This compiler cannot define a partial specialization based on a > // pointer-to-member type, as seen in boost/graph/subgraph.hpp line 985 (as of > // trunk r53912) > # define BOOST_GRAPH_NO_BUNDLED_PROPERTIES > #endif > }}} " Bugs new To Be Determined graph Boost Development Trunk Problem