2
2b|!2b==?
I'm getting this rather cryptic com,pile time error when I compile my
code. I have the following lines in my header file I know I could use
anonymous namespaces to get around this but I was being lazy and simply
wanted to do it the old "C" way).
The header looks like this:
#pragma once
......
#define maximum std::max<double>
static const double ACCURACY=1.0e-6; <- compiler barfs here
static const double ERROR=-1e30;
???
code. I have the following lines in my header file I know I could use
anonymous namespaces to get around this but I was being lazy and simply
wanted to do it the old "C" way).
The header looks like this:
#pragma once
......
#define maximum std::max<double>
static const double ACCURACY=1.0e-6; <- compiler barfs here
static const double ERROR=-1e30;
???