
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello everyone,
I am stumbling accross following code for some reason I cannot comprehend why this is behaving as it is.
The code does not compile. But I would expect a different behaviour here, as somehow the compiler inconsistently applies the variable types.
I would expect the templated type to resolve consistently, also to the NULL macro, but it doesnt.
My question is, how to work around this, and/or is this an issue with the compiler.
I would expect to see 4 warnings and no errors. - Maybe I am wrong about that, but why?