Ticket #3071: regex-warnings.patch

File regex-warnings.patch, 372 bytes (added by Jeremiah Willcock, 13 years ago)
  • boost/regex/v4/basic_regex.hpp

     
    6969{
    7070public:
    7171   virtual int get_id(const charT* i, const charT* j) = 0;
     72   virtual ~named_subexpressions_base() {}
    7273};
    7374
    7475template <class charT>