Skip to content

Commit

Permalink
Add some documentation explaining what always_false does
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinzii committed Apr 17, 2024
1 parent 79d3baa commit 160eb2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/ccmath/internal/support/always_false.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

namespace ccm::support
{
// Explanation of the purpose of this template.
// https://artificial-mind.net/blog/2020/10/03/always-false
template <typename...>
inline constexpr bool always_false = false;
} // namespace ccm::support

0 comments on commit 160eb2f

Please sign in to comment.