Martin Pischky

Results 8 comments of Martin Pischky

May be a solution is to use `remove_reference`: ```` #define ASSERT_EQ(expected, actual) \ assertEqual( \ static_cast< std::remove_reference< \ decltype(actual) >::type >(expected), \ actual) ```` But `remove_reference` is not support in...

Thanks for your suggestion to remove the static_cast. Yes that fixes my problem. I thought the static_cast has the intention to select the correct function from the set of overloaded...

[ostream.patch.zip](https://github.com/mike-matera/ArduinoSTL/files/3670802/ostream.patch.zip) This zip contains patch file and complete changed file "ostream". Feel free to remove "[PI: New]" BTW: Thanks for this library. Makes life much easer ;-)

Hello, I have created a Pull Request. Did not know that you can edit online on github without local git installation. See #69 Thanks for your library. Martin Am 04.01.2022...

Yes ! Please move to maven central [Maven Central Repository](https://maven.apache.org/repository/index.html) Thanks, Martin

Support for openAPI v3 would really be nice ;-)

Is this a problem with permission? Does it also happen when you run msys2-x86_64-20210228.exe as Administrator? We have had similarly problems running as normal user.

Yes. But we have a problem that on Win10 after installation with msys2-x86_64-20210228.exe (as Administrator) we where not able to execute pacman via shell started from normal user on a...