Opened 9 years ago

Closed 9 years ago

Last modified 8 years ago

#12358 closed Patch - Feature (fixed)

C++11 feature patch - mythairplayserver.cpp

Reported by: Gary Buhrmaster <gary.buhrmaster@…> 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)

comment:1 Changed 9 years ago by Gary Buhrmaster <gary.buhrmaster@…>

Resolution: fixed
Status: newclosed

In 4f61fe9e1813921ed4b2ab8b07c767fb4ffbee60/mythtv:

C++11 literal string suffix compliance

Fixes #12358
(cherry picked from commit 86f09bf9c8062cebb5fcfb10437d2f4e3f68118d)

comment:2 Changed 8 years ago by Karl Egly

Milestone: unknown0.28
Note: See TracTickets for help on using tickets.