Delete default construcrtor on builders, so that people don't incorrectly try to…
Delete default construcrtor on builders, so that people don't incorrectly try to just declare a Builder on the stack and then start setting its fields. Instead, a Builder can be explicitly assigned to nullptr, which makes it clearer that it isn't safe to use.
Showing
This diff is collapsed.
This diff is collapsed.
Please
register
or
sign in
to comment