Skip to content

thelink2012/libcxx_string_view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

std::basic_string_view

This is a implementation of std::basic_string_view.

It's simply the implementation on libcxx repository with licxx-specific stuff replaced (or expanded, for macros) with a compiled independent counterpart.

std::hash<> specialization and std::quoted overload were removed since we can't really implement those in a natural but compiler independent way.

About

std::basic_string_view for C++11 compilers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages