mike-matera / ArduinoSTL

An STL and iostream implementation based on uClibc++ that supports my CS-11M class.
GNU General Public License v3.0
325 stars 80 forks source link

Implement unique_ptr, mt19937, shuffle and many of their dependencies #90

Open Ebola-Chan-bot opened 1 year ago

Ebola-Chan-bot commented 1 year ago

Much code reference from MSVC and LLVM