]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdbsupport: make reference_to_pointer_iterator's constructor non-variadic
authorSimon Marchi <simon.marchi@polymtl.ca>
Wed, 3 Sep 2025 14:50:05 +0000 (10:50 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 7 Oct 2025 20:22:15 +0000 (16:22 -0400)
commit679acd561c1b2995a5d4ba4d4d1205aa848bee76
tree74ea364662b20989188fe9a34acd828d50b0af62
parenta65d188303c757b9e7bbb461c74100b2994783f6
gdbsupport: make reference_to_pointer_iterator's constructor non-variadic

For the same reason as the previous patches (making things easier to
understand, at the cost of being more explicit), change
reference_to_pointer_iterator's constructor to take an already built
underlying iterator.

There are no uses of this utility in the code base right now, so no
callers to update.

Change-Id: Ifadb4c3a5ee53a8d0eb6c0d79efcc92271492e8e
Approved-By: Tom Tromey <tom@tromey.com>
gdbsupport/reference-to-pointer-iterator.h