I get this warning and I can't seem to figure out what it is referring too (it repeats this exact one ALOT when i have very little code). I'm trying to implement boost archive into my project as it allows less code to be written when serializing classes.
c:\program files (x86)\boost\boost_1_47\boost\archive\detail\interface_iarchive.hpp(60) : see reference to function template instantiation 'void boost::archive::binary_iarchive_impl<Archive,Elem,Tr>::load_override<T>(T &,int)' being compiled
1> with
1> [
1> Archive=boost::archive::binary_iarchive,
1> Elem=char,
1> Tr=std::char_traits<char>,
1> T=boost::archive::object_id_type
1> ]