mirror of
https://github.com/boostorg/safe_numerics.git
synced 2026-02-21 15:22:14 +00:00
Update example6.cpp
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user