| commit | e2f20b221ab6b7af24ab29b84d55b4772952c3ca | [log] [tgz] |
|---|---|---|
| author | Simon Marchi <simon.marchi@polymtl.ca> | Mon May 05 16:15:26 2025 -0400 |
| committer | Simon Marchi <simon.marchi@efficios.com> | Fri Jun 13 14:38:57 2025 -0400 |
| tree | c7999ef26d53dca6e96550a6e392f6c3c00a052c | |
| parent | 48b60fbfbc0b079263db0161ea1ae3172d2b4a26 [diff] |
gdbsupport: make gdb::parallel_for_each's n parameter a template parameter This value will likely never change at runtime, so we might as well make it a template parameter. This has the "advantage" of being able to remove the unnecessary param from gdb::sequential_for_each. Change-Id: Ia172ab8e08964e30d4e3378a95ccfa782abce674 Approved-By: Tom Tromey <tom@tromey.com>