
15 Sep
2012
15 Sep
'12
10:18 a.m.
On 15/09/12 19:32, Artyom Beilis wrote:
The only way to fully replace these is to provide an alternative standard C++ library like STLPort or libc++, but actually C library replacement may be required as std::fopen is just an alias to libc fopen.
Ah. I suppose drop-in replacements would end up with buggy code due to developers expecting implementation details or things to work exactly the same anyway.