Fixed the following. - DynamicLib::DynamicLib(const DynamicLib& rhs) -- Deleted the exception and slow processing was deleted. Because the exception is generated when an empty object is copied. - DynamicLib::close(void) -- Added the check processing of the shared library name. Because an illegal value might be stored in the handle.
Fixed the following.
- DynamicLib::DynamicLib(const DynamicLib& rhs)
-- Deleted the exception and slow processing was deleted.
Because the exception is generated when an empty object is copied.
- DynamicLib::close(void)
-- Added the check processing of the shared library name.
Because an illegal value might be stored in the handle.