~ubuntu-branches/ubuntu/precise/enigmail/precise

« back to all changes in this revision

Viewing changes to build/stdc++compat.cpp

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-03-04 22:44:33 UTC
  • mfrom: (0.12.10)
  • Revision ID: package-import@ubuntu.com-20120304224433-pez2kdhwfmr61j3o
Tags: 2:1.4-0ubuntu1
* New upstream release v1.4
* Drop debian/patches/compat_bump.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
    template ostream& ostream::_M_insert(double);
58
58
    template ostream& ostream::_M_insert(long);
59
59
    template ostream& ostream::_M_insert(unsigned long);
 
60
#ifdef DEBUG
 
61
    template ostream& ostream::_M_insert(const void*);
 
62
#endif
60
63
    template ostream& __ostream_insert(ostream&, const char*, streamsize);
61
64
    template istream& istream::_M_extract(double&);
62
65
#endif