luk036 / ckpttn-cpp

🔪 Circuit Partitioning (using ML + FM) C++ Code
https://luk036.github.io/ckpttn-cpp/
The Unlicense
3 stars 0 forks source link

support std::pmr in MacOS #1

Closed luk036 closed 3 years ago

luk036 commented 3 years ago

https://github.com/luk036/ckpttn-cpp/blob/9b51b55bdb683bd1fe2dfb61638bda733a738b62/include/ckpttn/bpqueue.hpp#L32-L32

luk036 commented 3 years ago

Replaced std::pmr with boost::container::pmr.