phobos/std/internal/test
Jonathan M Davis 34ff27e58d Work around bugzilla issue 24415 - only doesn't work with elements with a copy constructor.
Since the compiler is treating the auto-generated copy-constructor for
OnlyResult as private (thus rendering it useless outside of
std.range.package), this commit adds an explicit one and makes it
public. Once the dmd bug has been fixed, the explicit copy constructor
should be removed.
2024-04-09 09:08:12 +02:00
..
dummyrange.d Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02:00
range.d Work around bugzilla issue 24415 - only doesn't work with elements with a copy constructor. 2024-04-09 09:08:12 +02:00
uda.d