ncmpcpp: remove custom boost::throw_exception
This commit is contained in:
@@ -49,15 +49,6 @@
|
|||||||
#include "title.h"
|
#include "title.h"
|
||||||
#include "utility/conversion.h"
|
#include "utility/conversion.h"
|
||||||
|
|
||||||
namespace boost {//
|
|
||||||
|
|
||||||
void throw_exception(const std::exception &e)
|
|
||||||
{
|
|
||||||
FatalError(std::string("Exception thrown: ") + e.what());
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
std::ofstream errorlog;
|
std::ofstream errorlog;
|
||||||
|
|||||||
Reference in New Issue
Block a user