Opened 10 years ago
Closed 10 years ago
Last modified 9 years ago
#12358 closed Patch - Feature (fixed)
C++11 feature patch - mythairplayserver.cpp
Reported by: | Owned by: | JYA | |
---|---|---|---|
Priority: | trivial | Milestone: | 0.28 |
Component: | MythTV - Airplay | Version: | Master Head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
The C++11 standard requires a space between literal and identifier in order to support user defined literal types via suffixes.
This patch provides the needed spaces around the use of the define.
As C++11 is not currently required by MythTV, this should be considered a really low priority in the code cleanliness queue.
github ref: https://github.com/garybuhrmaster/mythtv/commit/86f09bf9c8062cebb5fcfb10437d2f4e3f68118d
github git-am ref: https://github.com/garybuhrmaster/mythtv/commit/86f09bf9c8062cebb5fcfb10437d2f4e3f68118d.patch
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 4f61fe9e1813921ed4b2ab8b07c767fb4ffbee60/mythtv: