12.03.2017, 17:24, "Denis Shienkov" :
> Hi all,
>
> what do you think about using of RAII, e.g. for:
>
> * Windows: for HANDLE, HKEY and so on.
> * POSIX: for fd and so on.
> * OSX: forĀ io_registry_entry_t and so on.
>
> ??
>
> As we use C++11 now everywhere, then, maybe can be to add appropriate
Hi all,
what do you think about using of RAII, e.g. for:
* Windows: for HANDLE, HKEY and so on.
* POSIX: for fd and so on.
* OSX: for io_registry_entry_t and so on.
??
As we use C++11 now everywhere, then, maybe can be to add appropriate
RAII functionality e.g. to qcore_unix_p.h, qcore_win_p.h,