~493pocbrcycmdw7yksonho9o2qzz-o18bz-d18ecat4t1b76tkfi3vttrkfngli/libmemcached/libmemcached

« back to all changes in this revision

Viewing changes to libtest/cmdline.cc

  • Committer: Continuous Integration
  • Date: 2013-04-21 01:20:30 UTC
  • mfrom: (1159.1.1 libmemcached-1.0)
  • Revision ID: ci@tangent.org-20130421012030-0ztye5mh26tm1bqm
Merge lp:~brianaker/libmemcached/exception-cleanup Build: jenkins-Libmemcached-271

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
#include <unistd.h>
60
60
 
61
61
#include <algorithm>
 
62
#include <stdexcept>
62
63
 
63
64
#ifndef __USE_GNU
64
65
static char **environ= NULL;