lib: convert threader/container to c++

Did change the code much, but it's now compiled as c++
This commit is contained in:
Dirk-Jan C. Binnema
2020-11-04 20:00:30 +02:00
parent 7ce08d0486
commit c7a874b8d6
10 changed files with 46 additions and 55 deletions

View File

@ -37,7 +37,7 @@
#include "mu-msg.h"
#include "mu-msg-iter.h"
#include "mu-threader.h"
#include "mu-threader.hh"
struct ltstr {
bool operator () (const std::string &s1,