diff --git a/include/orm/utils/notnull.hpp b/include/orm/utils/notnull.hpp index 6c64b386f..db8442cfc 100644 --- a/include/orm/utils/notnull.hpp +++ b/include/orm/utils/notnull.hpp @@ -56,7 +56,7 @@ namespace Private { public: static_assert(Private::is_comparable_to_nullptr::value, - "T cannot be compared to nullptr."); + "The NotNull T template argument cannot be the nullptr."); template::value>>