mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
needs to be marked for import/export #921
This commit is contained in:
@@ -167,6 +167,7 @@ private:
|
|||||||
//
|
//
|
||||||
// We provide an instantiation for char
|
// We provide an instantiation for char
|
||||||
//
|
//
|
||||||
|
template class Foundation_API BasicBufferedBidirectionalStreamBuf<char, std::char_traits<char> >;
|
||||||
typedef BasicBufferedBidirectionalStreamBuf<char, std::char_traits<char> > BufferedBidirectionalStreamBuf;
|
typedef BasicBufferedBidirectionalStreamBuf<char, std::char_traits<char> > BufferedBidirectionalStreamBuf;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -159,6 +159,7 @@ private:
|
|||||||
//
|
//
|
||||||
// We provide an instantiation for char
|
// We provide an instantiation for char
|
||||||
//
|
//
|
||||||
|
template class Foundation_API BasicBufferedStreamBuf<char, std::char_traits<char> >;
|
||||||
typedef BasicBufferedStreamBuf<char, std::char_traits<char> > BufferedStreamBuf;
|
typedef BasicBufferedStreamBuf<char, std::char_traits<char> > BufferedStreamBuf;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ private:
|
|||||||
//
|
//
|
||||||
// We provide an instantiation for char
|
// We provide an instantiation for char
|
||||||
//
|
//
|
||||||
|
template class Foundation_API BasicUnbufferedStreamBuf<char, std::char_traits<char> >;
|
||||||
typedef BasicUnbufferedStreamBuf<char, std::char_traits<char> > UnbufferedStreamBuf;
|
typedef BasicUnbufferedStreamBuf<char, std::char_traits<char> > UnbufferedStreamBuf;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user