Bhupesh-V / 30-seconds-of-cpp

30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉
https://bhupesh-v.github.io/30-Seconds-of-C++/
MIT License
1.45k stars 610 forks source link

Add list get allocator #705

Open ajv4288 opened 1 year ago

ajv4288 commented 1 year ago

This PR adds the get_allocator function to the list folder

Fixes #642

Changes

-adds the md file, including a code sample and rextester link

Checklist