Should i free memory when i am using boost::posix_time::time_facet
Advertisements I have a method that returns the expiration date of a subscription and uses boost::posix_time::time_facet to convert Unix time format to string. In tutorials I’ve seen, time_facet is created using the "new" keyword, but I haven’t seen any examples using "delete" (like in this thread). Should I free memory after using time_facet or does… Read More Should i free memory when i am using boost::posix_time::time_facet