Extend C++ capabilities with LLVM STLExtras.h

1 · Red Hat · Oct. 18, 2019, 8:20 a.m.
The LLVM compiler project provides a header file called STLExtras.h that extends the capabilities of C++ without any dependency on the rest of LLVM. In this article, we take a quick look at its basic functionality. LLVM STLExtras.h For the /usr/include/llvm/ADT/STLExtras.h file, you need to install: Fedora: dnf install llvm-devel RHEL-8: yum install llvm-devel RHEL-7/8 with LLVM toolset […] The post Extend C++ capabilities with LLVM STLExtras.h appeared first on Red Hat Developer....