Tagged Questions
5
votes
1answer
281 views
Spurious errors in Eclipse CDT: boost::iostreams
I have the following code in Eclipse CDT (Juno SR1):
#include <fstream>
#include <iostream>
#include <boost/iostreams/filter/gzip.hpp>
#include ...
1
vote
1answer
348 views
warning message RTTI symbol not found when using boost::iostreams
I use Boost::iostreams to write simultaneously to my console and a file. When i use eclipse to debug(with gdb of course), i receive a warning which says RTTI symbol not found for one of the classes ...