mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-22 03:42:19 +00:00
MSVC 6.0 regressions fixed.
This commit is contained in:
@@ -138,7 +138,11 @@ int main (int argc, char *argv []) {
|
||||
|
||||
int scale = 1;
|
||||
if (argc > 1)
|
||||
#ifndef BOOST_NO_STDC_NAMESPACE
|
||||
scale = std::atoi (argv [1]);
|
||||
#else
|
||||
scale = ::atoi (argv [1]);
|
||||
#endif
|
||||
|
||||
#ifdef USE_FLOAT
|
||||
header ("float, 3");
|
||||
|
||||
Reference in New Issue
Block a user