replace assert.h with cassert
The former was deprecated with C++14. According to the C++11 and C++17 standards, both files are identical. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
#include <upnptools.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <cassert>
|
||||
|
||||
static Mutex upnp_client_init_mutex;
|
||||
static unsigned upnp_client_ref;
|
||||
|
@@ -25,7 +25,7 @@
|
||||
#include <upnptools.h>
|
||||
#include <ixml.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <cassert>
|
||||
|
||||
static Mutex upnp_init_mutex;
|
||||
static unsigned upnp_ref;
|
||||
|
Reference in New Issue
Block a user