mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Fix gcc compile
This commit is contained in:
@@ -252,10 +252,10 @@ void SpinLock::enter() const noexcept
|
||||
|
||||
//==============================================================================
|
||||
|
||||
class AtomicTests : public UnitTestType <AtomicTests>
|
||||
class AtomicTests : public UnitTest
|
||||
{
|
||||
public:
|
||||
AtomicTests() : UnitTestType <AtomicTests> ("Atomic") {}
|
||||
AtomicTests() : UnitTest ("Atomic") {}
|
||||
|
||||
void runTest()
|
||||
{
|
||||
@@ -351,5 +351,5 @@ public:
|
||||
};
|
||||
|
||||
#if BEAST_UNIT_TESTS
|
||||
template class UnitTestType <AtomicTests>;
|
||||
static AtomicTests atomicTests;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user