Opened 9 years ago

#9713 new Bugs

Boost.MPI - error in documentation

Reported by: anonymous Owned by: Matthias Troyer
Milestone: To Be Determined Component: mpi
Version: Boost 1.55.0 Severity: Cosmetic
Keywords: documentation Cc:

Description

In the section MPI Implementation, page http://www.boost.org/doc/libs/1_55_0/doc/html/mpi/getting_started.html, there is an error in the documentation.

In particular:

int main()

Should be:

int main (int argc, char argv)

Otherwise the example code doesn't compile.

Change History (0)

Note: See TracTickets for help on using tickets.