RE : Re: c++11 and workspace

2017-08-17 Thread hugo.pereira
Right. I guess std:: gives it away. - Message d'origine - De : Nicolás Alvarez 
 Date : 18/08/2017 05:31 (GMT+01:00) Date 
:18/08/2017 05:31 (GMT+01:00) À : KDE Core Devel  Cc : 
Objet : Re: c++11 and workspace2017-08-17 17:15 GMT-03:00 Hugo Pereira Da Costa
:
>
>
> On 08/17/2017 10:09 PM, Thiago Macieira wrote:
>>
>> On Thursday, 17 August 2017 08:52:21 PDT Martin Flöser wrote:
>>>
>>> Am 2017-08-17 16:48, schrieb Hugo Pereira Da Costa:

 Hi,

 Quick question on the status of c++11 features that I can include in
 breeze. Are std::function allowed ?
>>>
>>> In workspace you can/should use C++11, KWin/master even requires C++14.
>>
>> Confirm if you mean the core language or the standard library.
>>
> As far as I am concerned, I was referring mostly to core language.
>

std::function is a standard library feature ;)

-- 
Nicolás


Re: c++11 and workspace

2017-08-17 Thread Nicolás Alvarez
2017-08-17 17:15 GMT-03:00 Hugo Pereira Da Costa
:
>
>
> On 08/17/2017 10:09 PM, Thiago Macieira wrote:
>>
>> On Thursday, 17 August 2017 08:52:21 PDT Martin Flöser wrote:
>>>
>>> Am 2017-08-17 16:48, schrieb Hugo Pereira Da Costa:

 Hi,

 Quick question on the status of c++11 features that I can include in
 breeze. Are std::function allowed ?
>>>
>>> In workspace you can/should use C++11, KWin/master even requires C++14.
>>
>> Confirm if you mean the core language or the standard library.
>>
> As far as I am concerned, I was referring mostly to core language.
>

std::function is a standard library feature ;)

-- 
Nicolás


Re: c++11 and workspace

2017-08-17 Thread Hugo Pereira Da Costa



On 08/17/2017 10:09 PM, Thiago Macieira wrote:

On Thursday, 17 August 2017 08:52:21 PDT Martin Flöser wrote:

Am 2017-08-17 16:48, schrieb Hugo Pereira Da Costa:

Hi,

Quick question on the status of c++11 features that I can include in
breeze. Are std::function allowed ?

In workspace you can/should use C++11, KWin/master even requires C++14.

Confirm if you mean the core language or the standard library.


As far as I am concerned, I was referring mostly to core language.



Re: c++11 and workspace

2017-08-17 Thread Thiago Macieira
On Thursday, 17 August 2017 08:52:21 PDT Martin Flöser wrote:
> Am 2017-08-17 16:48, schrieb Hugo Pereira Da Costa:
> > Hi,
> > 
> > Quick question on the status of c++11 features that I can include in
> > breeze. Are std::function allowed ?
> 
> In workspace you can/should use C++11, KWin/master even requires C++14.

Confirm if you mean the core language or the standard library.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center



Re: c++11 and workspace

2017-08-17 Thread Martin Flöser

Am 2017-08-17 16:48, schrieb Hugo Pereira Da Costa:

Hi,

Quick question on the status of c++11 features that I can include in
breeze. Are std::function allowed ?


In workspace you can/should use C++11, KWin/master even requires C++14.

Cheers
Martin


c++11 and workspace

2017-08-17 Thread Hugo Pereira Da Costa

Hi,

Quick question on the status of c++11 features that I can include in 
breeze. Are std::function allowed ?


Thanks in advance,

Hugo