diff --git a/include/fc/safe.hpp b/include/fc/safe.hpp index 9f165b4..bb86a71 100644 --- a/include/fc/safe.hpp +++ b/include/fc/safe.hpp @@ -10,6 +10,9 @@ namespace fc { * This type is designed to provide automatic checks for * integer overflow and default initialization. It will * throw an exception on overflow conditions. + * + * It can only be used on built-in types. In particular, + * safe is buggy and should not be used. */ template struct safe