$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Martin (adrianm_at_[hidden])
Date: 2005-01-17 04:19:35
Sorry, wrong example. Should have been
cout << strlen("");
or
cout << vector<int>().size();
which both give me warnings with /Wp64
warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int',
possible loss of data