Skip to content

BOOST_GRAPH_MPI_INCLUDE formatting #258

@cojuer

Description

@cojuer

When trying to build parallel graph examples using boost 1.76 I get errors like this:

In file included from /usr/local/include/boost/graph/breadth_first_search.hpp:26,
                 from src.cpp:19:
/usr/local/include/boost/graph/two_bit_color_map.hpp:106:34: fatal error:  boost / graph / distributed / two_bit_color_map.hpp: No such file or directory
  106 | #include BOOST_GRAPH_MPI_INCLUDE(< boost / graph / distributed / two_bit_color_map.hpp >)
      |

Seems to be caused by new formatting introduced after 1.72 when:
BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/two_bit_color_map.hpp>)
was replaced with
BOOST_GRAPH_MPI_INCLUDE(< boost / graph / distributed / two_bit_color_map.hpp >)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions