Re: [FFmpeg-devel] [PATCH] libavutil/timer: Fix clang reserved-user-defined-literal

2021-03-13 Thread James Almer
On 3/13/2021 5:11 AM, Christopher Degawa wrote: On Sat, Mar 13, 2021 at 01:09 Chris Degawa wrote: On Mar 13, 2021, at 00:57, Anton Khirnov wrote: Quoting Christopher Degawa (2021-03-13 05:20:37) clang errors when compiling with C++11 about needing spaces between literal and identifier

Re: [FFmpeg-devel] [PATCH] libavutil/timer: Fix clang reserved-user-defined-literal

2021-03-13 Thread Christopher Degawa
On Sat, Mar 13, 2021 at 01:09 Chris Degawa wrote: > > > > On Mar 13, 2021, at 00:57, Anton Khirnov wrote: > > > > Quoting Christopher Degawa (2021-03-13 05:20:37) > >> clang errors when compiling with C++11 about needing spaces between > >> literal and identifier > > > > Why would you compile i

Re: [FFmpeg-devel] [PATCH] libavutil/timer: Fix clang reserved-user-defined-literal

2021-03-12 Thread Anton Khirnov
Quoting Christopher Degawa (2021-03-13 05:20:37) > clang errors when compiling with C++11 about needing spaces between > literal and identifier Why would you compile it with C++11? It's a private header, is it not? -- Anton Khirnov ___ ffmpeg-devel mai

[FFmpeg-devel] [PATCH] libavutil/timer: Fix clang reserved-user-defined-literal

2021-03-12 Thread Christopher Degawa
clang errors when compiling with C++11 about needing spaces between literal and identifier Signed-off-by: Christopher Degawa --- libavutil/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/timer.h b/libavutil/timer.h index 0bb353cfce..737bfc160e 100644 --- a/l