@lists.sourceforge.net
Subject: Re: [Mingw-w64-public] unique_ptr and operator<<
2015-07-05 15:40 GMT+02:00 :
Can anyone, pleeese, tell me why this extractor operator is not causing this
error:
C:\tmp\adfs\main.cpp|20|error: no match for 'operator<<' (operand types are
&
2015-07-05 15:40 GMT+02:00 :
> Can anyone, pleeese, tell me why this extractor operator is not causing
> this
> error:
> C:\tmp\adfs\main.cpp|20|error: no match for 'operator<<' (operand types are
> 'std::wostream {aka std::basic_ostream}' and
> 'std::unique_ptr')|
>
> namespace abc{
> class MyCla
Can anyone, pleeese, tell me why this extractor operator is not causing this
error:
C:\tmp\adfs\main.cpp|20|error: no match for 'operator<<' (operand types are
'std::wostream {aka std::basic_ostream}' and
'std::unique_ptr')|
namespace abc{
class MyClass{
private:
int nuestro;
public