~blep/cppunit2/cpptl-integration

« back to all changes in this revision

Viewing changes to src/cpptl/json_reader.cpp

  • Committer: Baptiste Lepilleur
  • Date: 2009-08-27 17:50:15 UTC
  • mfrom: (467.1.2 cpptl-integration)
  • Revision ID: blep@users.sourceforge.net-20090827175015-op04km4ev3b2x0f5
sync.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#include <utility>
4
4
#include <stdio.h>
5
5
#include <assert.h>
 
6
#include <string.h>
6
7
 
7
8
#if _MSC_VER >= 1400 // VC++ 8.0
8
9
#pragma warning( disable : 4996 )   // disable warning about strdup being deprecated.