| 61 | } |
| 62 | |
| 63 | int size() override { |
| 64 | return 1; |
| 65 | } |
| 66 | |
| 67 | std::shared_ptr<GroupImpl> split(int color, int key = -1) override { |
| 68 | throw std::runtime_error("Cannot split the distributed group further."); |
nothing calls this directly
no outgoing calls
no test coverage detected