diff --git a/examples/example4.cpp b/examples/example4.cpp index 845e2dd..eab4ea1 100644 --- a/examples/example4.cpp +++ b/examples/example4.cpp @@ -24,7 +24,7 @@ int main(){ std::cout << "error detected!" << std::endl; } - // solution: replace int with safe and char with safe + // solution: replace int with safe and unsigned int with safe std::cout << "Using safe numerics" << std::endl; try{ using namespace boost::numeric;