help-gnucap
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnucap] [Gnucap-devel] Compiling for FreeBSD


From: al davis
Subject: Re: [Help-gnucap] [Gnucap-devel] Compiling for FreeBSD
Date: Wed, 5 Apr 2017 00:42:44 -0400

On Wed, 5 Apr 2017 00:38:36 -0400
al davis <address@hidden> wrote:

> I have an idea, but I will need you to test it.

Try commenting out lines 54 and 55 of l_dispatcher.h .

  ~DISPATCHER_BASE() {
#if !defined(NDEBUG)
    for (typename std::map<std::string, CKT_BASE*>::iterator
         ii = _map->begin();
         ii != _map->end();
         ++ii) {
      assert(!(ii->second));
    }
#endif
    //delete _map;   // comment out
    //_map = NULL;
  }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]