Simplify ypipe_t and ypipe_base_t template parameters

This commit is contained in:
Martin Hurton
2014-01-06 11:19:56 +01:00
parent c7e3efba6b
commit 96f5fddc45
5 changed files with 7 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ namespace zmq
// reader_awake flag is needed here to mimic ypipe delicate behaviour
// around the reader being asleep (see 'c' pointer being NULL in ypipe.hpp)
template <typename T, int N> class ypipe_conflate_t : public ypipe_base_t<T,N>
template <typename T> class ypipe_conflate_t : public ypipe_base_t <T>
{
public: