boostorg / boostorg/graph_parallel
Expect either boost::optional or std::optional from Boost.MPI
- Vorherrschende Sprache
- C++
- Sterne
- 33
- Forks
- 41
- Ø Merge
- 1 T. 11 Std.
- Gemergte PRs (30 T.)
- 1
Beschreibung
Hi,
Boost.MPI is moving from boost::optional to std::optional when the later is available (unless explicitly asked otherwise).
During the transition phase, clients can expect either, which implies to
* only rely on the common API between `boost::optional` and `std::optional`
* take the Boost MPI type from `boost::mpi::optional`
I'll submit a pull request with those modifications.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Es werden keine Dateien, Tests oder Einstiegspunkte genannt. Beginne damit, die Verwendung von Boost.MPI-optional in graph_parallel zu lokalisieren, und überprüfe anschließend die betroffenen Schnittstellen anhand der beiden Kompatibilitätsanforderungen des Issues. Als erledigt gilt die Aufgabe, wenn Clients entweder mit dem einen oder dem anderen optionalen Typ umgehen und den MPI-Typ aus boost::mpi::optional erhalten können.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- cpp
- Bereich
- distributed-systems
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 30/100