Skip to content

Commit

Permalink
✨ Add initial implementation of not_null
Browse files Browse the repository at this point in the history
This is the first draft of the `not_null` utility, complete with
basic documentation and functionality.
  • Loading branch information
bitwizeshift committed Dec 19, 2020
1 parent 7d9acf7 commit d0cc31f
Show file tree
Hide file tree
Showing 2 changed files with 961 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

set(header_files
include/not_null.hpp
)

add_library(${PROJECT_NAME} INTERFACE)
Expand Down
Loading

0 comments on commit d0cc31f

Please sign in to comment.