~zorba-coders/zorba/llvm

« back to all changes in this revision

Viewing changes to modules/com/zorba-xquery/www/modules/http-client.xq.src/http_response_parser.cpp

1. Improved catch() for unit tests.
2. Improved bpackfail() for streambufs.
3. locale template function additions.
4. Enhanced aton(). Approved: Chris Hillery, Paul J. Lucas

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 * See the License for the specific language governing permissions and
14
14
 * limitations under the License.
15
15
 */
 
16
 
 
17
#include <cassert>
16
18
#include <cstring>
 
19
#include <iostream>
 
20
#include <sstream>
 
21
#include <stdexcept>
17
22
#include <string>
18
 
#include <sstream>
19
 
#include <assert.h>
20
 
#include <iostream>
21
23
 
22
24
#include <zorba/base64.h>
23
25
#include <zorba/config.h>