mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-16 19:54:38 +01:00
removed explicit template instantiations from header files (#921)
This commit is contained in:
parent
e769b8df87
commit
245a628d90
@ -167,7 +167,6 @@ private:
|
||||
//
|
||||
// We provide an instantiation for char
|
||||
//
|
||||
template class Foundation_API BasicBufferedBidirectionalStreamBuf<char, std::char_traits<char> >;
|
||||
typedef BasicBufferedBidirectionalStreamBuf<char, std::char_traits<char> > BufferedBidirectionalStreamBuf;
|
||||
|
||||
|
||||
|
@ -159,7 +159,6 @@ private:
|
||||
//
|
||||
// We provide an instantiation for char
|
||||
//
|
||||
template class Foundation_API BasicBufferedStreamBuf<char, std::char_traits<char> >;
|
||||
typedef BasicBufferedStreamBuf<char, std::char_traits<char> > BufferedStreamBuf;
|
||||
|
||||
|
||||
|
@ -114,6 +114,7 @@
|
||||
//
|
||||
#include "Poco/Alignment.h"
|
||||
|
||||
|
||||
//
|
||||
// Cleanup inconsistencies
|
||||
//
|
||||
|
@ -165,7 +165,6 @@ private:
|
||||
//
|
||||
// We provide an instantiation for char
|
||||
//
|
||||
template class Foundation_API BasicUnbufferedStreamBuf<char, std::char_traits<char> >;
|
||||
typedef BasicUnbufferedStreamBuf<char, std::char_traits<char> > UnbufferedStreamBuf;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user