Skip to content

Commit

Permalink
Mark notstd utility header as public.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Nov 22, 2023
1 parent 1d3b01c commit b9be894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/shared/notstd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ set(NOTSTD_PUBLIC_INCLUDE_PREFIX ${NOTSTD_PUBLIC_INCLUDE}/notstd)
target_sources(notstd
PUBLIC
${NOTSTD_PUBLIC_INCLUDE_PREFIX}/Exceptions.hxx
${NOTSTD_PUBLIC_INCLUDE_PREFIX}/Utility.hxx
)

list(APPEND NOTSTD_PUBLIC_HEADERS
${NOTSTD_PUBLIC_INCLUDE_PREFIX}/Exceptions.hxx
${NOTSTD_PUBLIC_INCLUDE_PREFIX}/Utility.hxx
)

set_target_properties(notstd PROPERTIES
Expand Down
2 changes: 1 addition & 1 deletion src/shared/notstd/include/notstd/Utility.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace notstd
/**
* @brief Converts a enumeration value to its underlying type.
*
* The function prototype matches the c++23 function so can be used in its
* The function prototype matches the C++23 function so can be used in its
* place.
*
* @tparam Enum The enumeration class type to convert.
Expand Down

0 comments on commit b9be894

Please sign in to comment.