Re: Review Request 128160: Fix compilation with gcc6

2016-06-12 Thread Heiko Becker
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128160/ --- (Updated June 12, 2016, 10:23 p.m.) Status -- This change has been m

Re: Review Request 128160: Fix compilation with gcc6

2016-06-12 Thread Albert Astals Cid
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128160/#review96393 --- Ship it! Ship It! - Albert Astals Cid On June 12, 2016,

Re: Review Request 128160: Fix compilation with gcc6

2016-06-12 Thread Heiko Becker
> On Juni 12, 2016, 8:31 nachm., Albert Astals Cid wrote: > > the file contains only whitespace changes. Is that right? > > > > Also i can't find that commit in solid. > > Nicolás Alvarez wrote: > Yes, that is right. `"foo"bar` is now interpreted as a C++11 user-defined > string literal, a

Re: Review Request 128160: Fix compilation with gcc6

2016-06-12 Thread Albert Astals Cid
> On June 12, 2016, 6:31 p.m., Albert Astals Cid wrote: > > the file contains only whitespace changes. Is that right? > > > > Also i can't find that commit in solid. > > Nicolás Alvarez wrote: > Yes, that is right. `"foo"bar` is now interpreted as a C++11 user-defined > string literal, and

Re: Review Request 128160: Fix compilation with gcc6

2016-06-12 Thread Heiko Becker
> On Juni 12, 2016, 8:31 nachm., Albert Astals Cid wrote: > > the file contains only whitespace changes. Is that right? > > > > Also i can't find that commit in solid. > > Nicolás Alvarez wrote: > Yes, that is right. `"foo"bar` is now interpreted as a C++11 user-defined > string literal, a

Re: Review Request 128160: Fix compilation with gcc6

2016-06-12 Thread Albert Astals Cid
> On June 12, 2016, 6:31 p.m., Albert Astals Cid wrote: > > the file contains only whitespace changes. Is that right? > > > > Also i can't find that commit in solid. > > Nicolás Alvarez wrote: > Yes, that is right. `"foo"bar` is now interpreted as a C++11 user-defined > string literal, and

Re: Review Request 128160: Fix compilation with gcc6

2016-06-12 Thread Nicolás Alvarez
> On June 12, 2016, 3:31 p.m., Albert Astals Cid wrote: > > the file contains only whitespace changes. Is that right? > > > > Also i can't find that commit in solid. Yes, that is right. `"foo"bar` is now interpreted as a C++11 user-defined string literal, and you need to add a space if you wan

Re: Review Request 128160: Fix compilation with gcc6

2016-06-12 Thread Albert Astals Cid
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128160/#review96383 --- the file contains only whitespace changes. Is that right? Al

Review Request 128160: Fix compilation with gcc6

2016-06-12 Thread Heiko Becker
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128160/ --- Review request for kdelibs. Repository: kdelibs Description --- Th