~ubuntu-branches/ubuntu/trusty/etl/trusty-proposed

« back to all changes in this revision

Viewing changes to ETL/_value.h

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2012-05-12 16:24:53 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120512162453-gho4kely37m2t4xr
Tags: 0.04.15-1
* New maintainers (Closes: #665041)
* New upstream release.
* imported latest QA changes
* Packaging update
  + to straight debhelper + dh-autoreconf
  + compat & debhelper to version 9
  + corrected Vcs-Browser URL
  + allow dh_auto_test failure (fixes FTBFS)
  + Maintainer set to d-multimedia

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
** $Id$
5
5
**
6
6
** Copyright (c) 2002 Adrian Bentley
 
7
** Copyright (c) 2010 Nikita Kitaev
7
8
**
8
9
** This package is free software; you can redistribute it and/or
9
10
** modify it under the terms of the GNU General Public License as
158
159
                }
159
160
 
160
161
        public: //allocation interface
161
 
                void *operator new(unsigned int size)
 
162
                void *operator new(size_t size)
162
163
                {
163
164
                        assert(size == sizeof(holder<T>));
164
165