~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlecheck.cc

  • Committer: Toru Maesaka
  • Date: 2008-12-11 07:45:27 UTC
  • mto: (670.1.11 devel)
  • mto: This revision was merged to the branch mainline in revision 672.
  • Revision ID: dev@torum.net-20081211074527-yu0cpi5pumqifgg5
Added namespacing for std to .cc files that needed it

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <string>
23
23
#include <mystrings/m_ctype.h>
24
24
 
25
 
template class std::vector<std::string>;
26
 
 
27
25
using namespace std;
 
26
 
 
27
template class vector<string>;
 
28
 
28
29
/* Exit codes */
29
30
 
30
31
#define EX_USAGE 1