
5 Apr
2012
5 Apr
'12
7:14 p.m.
AMDG On 04/05/2012 11:50 AM, Oliver Kowalke wrote:
Hi, is it a correct assumtion that all types which evaluate 'is_scalar<T>::value' to 'true' will fit into a processor register? Oliver
No. e.g. is_scalar returns true for long long on 32-bit architectures. In Christ, Steven Watanabe