B
Bit Byte
I have the following warning:
warning C4345: behavior change: an object of POD type constructed with
an initializer of the form () will be default-initialized
Should I care (if yes, why?)
Should I worry (if no, under what conditions should I worry ? - if yes why?)
I looked on the MS site for help with this warning but the examples
giving are pretty scant and info about this (via Google) is generally
scant ...
warning C4345: behavior change: an object of POD type constructed with
an initializer of the form () will be default-initialized
Should I care (if yes, why?)
Should I worry (if no, under what conditions should I worry ? - if yes why?)
I looked on the MS site for help with this warning but the examples
giving are pretty scant and info about this (via Google) is generally
scant ...