mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-20 00:59:48 +01:00
needs to be marked for import/export #921
This commit is contained in:
parent
95818ff27f
commit
e769b8df87
@ -167,6 +167,7 @@ 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,6 +159,7 @@ 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;
|
||||
|
||||
|
||||
|
@ -165,6 +165,7 @@ 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…
x
Reference in New Issue
Block a user