Modify ↓
Ticket #6426 (closed defect: fixed)
Opened 3 years ago
Last modified 3 years ago
Make some libmythupnp ctors explicit
| Reported by: | Erik Hovland <erik@…> | Owned by: | dblain |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | MythTV - UPnP | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Ctors that have a lot of default arguments to their parameters might have implicit uses by the compiler unless we use the explicit keyword.
The attached patch attempts to do that with ctors in the libmythupnp library.
Attachments
Change History
Changed 3 years ago by Erik Hovland <erik@…>
- Attachment libs_libmythupnp-krazy2-explicit-ctor.patch added
Note: See
TracTickets for help on using
tickets.

use explicit on ctors