mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 07:22:21 +08:00
fixed: extending std::runtime_error instead, as std::exception ctor is undefined. also fixed some mac warnings from inheriting runtime_error.
This commit is contained in:
@@ -20,8 +20,7 @@
|
||||
#include "base/Log.h"
|
||||
#include "base/TMethodEventJob.h"
|
||||
#include "base/SimpleEventQueueBuffer.h"
|
||||
|
||||
#include <stdexcept>
|
||||
#include "common/stdexcept.h"
|
||||
|
||||
void
|
||||
CTestEventQueue::raiseQuitEvent()
|
||||
|
||||
@@ -37,9 +37,9 @@
|
||||
#include "base/TMethodEventJob.h"
|
||||
#include "base/TMethodJob.h"
|
||||
#include "base/Log.h"
|
||||
#include "common/stdexcept.h"
|
||||
|
||||
#include "test/global/gtest.h"
|
||||
#include <stdexcept>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
Reference in New Issue
Block a user