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:
@@ -23,7 +23,7 @@
|
||||
#include "BufferedReader.hxx"
|
||||
#include "fs/Path.hxx"
|
||||
|
||||
#include <assert.h>
|
||||
#include <cassert>
|
||||
|
||||
TextFile::TextFile(Path path_fs)
|
||||
:file_reader(std::make_unique<FileReader>(path_fs)),
|
||||
|
||||
Reference in New Issue
Block a user