
4 Dec
2007
4 Dec
'07
6:11 p.m.
On 12/4/07, Mathias Gaunard <mathias.gaunard@ens-lyon.org> wrote:
I had another crazy idea: exploit the fact that date and time are separate to map the rather limited (compared to full time) range of possibilities.
then use struct<__DATE__>.
However it seems C++ doesn't allow this either?
That's because you cannot instantiate a class template with a string in C++.