PrintEx icon indicating copy to clipboard operation
PrintEx copied to clipboard

Failing to compile on PlatformIO (Arduino)

Open vitormhenrique opened this issue 4 years ago • 0 comments

I get the following erros when trying to compile this library sing Vscode and PlatformIO.

Just including the library, with an empty sketch.

'template<bool V, class T, class U> struct select' redeclared as different kind of symbol
'select' is not a class template
'template<class T, class U> struct select' redeclared as different kind of symbol

Any ideas?

vitormhenrique avatar Mar 24 '20 17:03 vitormhenrique