GeorgievLab / CeCe-core

CeCe core library
http://georgievlab.github.io/CeCe/
GNU General Public License v3.0
0 stars 1 forks source link

Win32 crash when export file is already open #8

Closed NTSFka closed 7 years ago

NTSFka commented 7 years ago

When export file is already open on Windows (exclusive access) whole application crashes.

NTSFka commented 7 years ago

Caused by noexcept specifier specified in Factory create function. When a file cannot be open it throws an exception but noexcept caused std::termination call.