Skip to content
Snippets Groups Projects
Commit 04e24b2b authored by Egor Pugin's avatar Egor Pugin Committed by Brad King
Browse files

ConsoleBuf: Remove export macro from BasicConsoleBuf template

The uninstantiated template itself cannot be exported.
parent ce44c58a
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,7 @@ namespace @KWSYS_NAMESPACE@ {
#if defined(_WIN32)
template <class CharT, class Traits = std::char_traits<CharT> >
class @KWSYS_NAMESPACE@_EXPORT BasicConsoleBuf
: public std::basic_streambuf<CharT, Traits>
class BasicConsoleBuf : public std::basic_streambuf<CharT, Traits>
{
public:
typedef typename Traits::int_type int_type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment