Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

#never_null This is derived from CppCoreGuidelines's GSL not_null. My change makes it at compile time, not runtime. That means programmers get information about issues when building, rather than at runtime when it calls std::terminate() and quits.

About

C++ version of the CppCoreGuidelines not_null that is changed to detect at compile time nullptr errors

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages