+ Changed throwing of std exception to throwing appropriate logic_error and runtime_error. logic_error and runtime_error class are derived from std exception class. This change is to facilitate the port to other C++ platforms where generic exception cannot be used directly but must be derived from.
↧