
8 Jan
2006
8 Jan
'06
3:52 a.m.
"Alexander Nasonov" <alnsn@yandex.ru> wrote
BTW, why test/function_ref.cpp checks only test_wrapper type, not a function reference?
It just tests if function references can be encoded/decoded correctly. This is what the test<> template does. It wrapps types to ignore the issue of top-level consts/references. Regards, Arkadiy