changelog

来自「liburl是一个小的C++库」· 代码 · 共 23 行

TXT
23
字号
2002-04-04  Kasper Peeters  <K.Peeters@damtp.cam.ac.uk>	* Fix related to stringstream (Evan Jones) and some minor cleanups	and removal of old email addresses.2002-04-02  Kasper Peeters  <K.Peeters@damtp.cam.ac.uk>	* Several fixes by Evan Jones:	1. liburl does not compile with a standards compliant	compiler. I had to include <stdexcept> and use string::erase()	instead of string::clear().		2. Calling .get_url() on a relative URL created from a base URL	without a scheme would cause an infinite loop.		3. Calling .get_url() on a relative URL created from a relative	URL did not have all the information required.	

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?