levalup / libuvcxx

Single header C++ wrapper for libuv
MIT License
3 stars 1 forks source link

Do we need C++11 compatibility? #6

Open levalup opened 3 months ago

levalup commented 3 months ago

The current project uses the C++17 standard, and I'm wondering if anyone has a requirement to use it with lower versions of C++.

Of course, if it's below C++11, the required changes would be too extensive, so we won't consider it at the moment.

I would greatly appreciate it if you could kindly share the compiler version and C++ standard you are currently using.

levalup commented 3 months ago

C++11 supported! See r0.1.0. It can be compatible with C++11, and C++14 and C++17 new features can also be used to optimize the code. We recommend using standards above C++14 to use libuvcxx.