im trying to use boost libraries but im stuck here, please help me
explicit BOOST_DLLEXPORT oserializer() : basic_oserializer( boost::serialization::singleton< typename boost::serialization::type_info_implementation< T >::type >::get_const_instance() //<----- ) {}
Im getting this error
undefined reference to `boost::archive::detail::basic_oserializer::basic_oserializer(boost::serialization::extended_type_info const&)’
I added the boost directory to the compiler and linker search path directories but nothing its working. My first time using boost library, thank you guys 🙂