Commit Graph

6 Commits

Author SHA1 Message Date
Andreas Fabri d3a5b84295 Fix a memory leak in the test code
As the counter object gets copied the original implementation
allocates an unsigned int on the heap.
We instead store a reference to an unsigned int.
2013-11-08 16:11:59 +01:00
Philipp Möller 9f6095ba40 Fix a compilation error with clang 3.1. It has trouble with default arguments in dependent templates 2012-06-26 09:22:39 +00:00
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Andreas Fabri cea0252467 int -> size_type/std::size_t 2010-06-21 16:44:18 +00:00
Sylvain Pion c3eba4b751 Remove unused arguments. 2007-04-17 20:42:27 +00:00
Andreas Fabri 7f7853a5a7 .C -> .cpp 2007-02-16 16:41:24 +00:00