Update example6.cpp

This commit is contained in:
insideoutclub
2017-03-02 13:30:04 -08:00
committed by GitHub
parent d9fe05b7c5
commit 8fc48862e9

View File

@@ -22,7 +22,7 @@ int main(int argc, const char * argv[]){
std::cout << "error detected!" << std::endl;
}
// solution: asign externally retrieved values to safe equivalents
// solution: assign externally retrieved values to safe equivalents
std::cout << "Using safe numerics" << std::endl;
{
using namespace boost::numeric;