friendlyanon / cmake-init

The missing CMake project initializer
GNU General Public License v3.0
1.98k stars 75 forks source link

Add underscore to standard library header pattern #14

Closed Phytolizer closed 3 years ago

Phytolizer commented 3 years ago

Some headers, like string_view and unordered_map, have underscores. This groups them with other standard headers.

friendlyanon commented 3 years ago

Thanks! This one slipped under the radar for quite a while.