Shmoopty / veque

Fast C++ container combining the best features of std::vector and std::deque
Boost Software License 1.0
119 stars 6 forks source link

Meson build system support #6

Open nazar-pc opened 2 years ago

nazar-pc commented 2 years ago

veque looks useful, especially in comparison with std::deque.

I'd like to use it in mediasoup, but for that Meson build system support would be needed.

Creating this for tracking purposes, will likely contribute later (should be very simple) unless you're opposed to including it.

Shmoopty commented 2 years ago

Hi, @nazar-pc Nondisruptive PRs would be welcomed. Good luck with the project!