Understanding the Foundation of libc++ STL Source Code — SFINAE
In my opinion, when learning system programming languages (C++/Rust/C), one should not be impatient; it is essential to build a solid foundation to progress further. Before we delve into the libc++ STL source code, we need to understand a concept called SFINAE. SFINAE stands for Substitution Failure Is Not An Error, which translates to ‘substitution … Read more