~ubuntu-branches/ubuntu/precise/lightning-extension/precise

« back to all changes in this revision

Viewing changes to mozilla/build/stdc++compat.cpp

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-02-07 12:00:41 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20120207120041-qo3fapzsweii9cra
Tags: 1.3~b1+build1-0ubuntu1
* New upstream release from the beta channel (CALENDAR_1_3b1_BUILD1)
* Drop 02_fix_system_libxul_build.patch - this is fixed upstream
* Add mozilla/mfbt to tarball

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