Update example4.cpp

This commit is contained in:
insideoutclub
2017-03-02 13:09:49 -08:00
committed by GitHub
parent 78a52fce00
commit e07f254861

View File

@@ -24,7 +24,7 @@ int main(){
std::cout << "error detected!" << std::endl;
}
// solution: replace int with safe<int> and char with safe<char>
// solution: replace int with safe<int> and unsigned int with safe<unsigned int>
std::cout << "Using safe numerics" << std::endl;
try{
using namespace boost::numeric;