17 May
2011
17 May
'11
1:51 p.m.
On 05/17/2011 03:36 PM, Igor R wrote:
fclose is just a bad deleter that doesn't work correctly with NULL,
correct, according to the C++ standard, a deleter should behave well with NULL passed as the pointer value. therefore, fclose() won't work here. wbr, Adam Romanek