Optimize C++ compilation time

This commit is contained in:
Wojtek Figat
2021-04-30 16:27:57 +02:00
parent 05ba9b8d45
commit 0e75dba142
222 changed files with 1095 additions and 1506 deletions

View File

@@ -3,6 +3,7 @@
#pragma once
#include "Engine/Core/Memory/Memory.h"
#define MOODYCAMEL_EXCEPTIONS_ENABLED 0
#include <ThirdParty/concurrentqueue.h>
/// <summary>
@@ -42,7 +43,6 @@ public:
/// <summary>
/// Gets an estimate of the total number of elements currently in the queue.
/// </summary>
/// <returns>The items count.</returns>
FORCE_INLINE int32 Count() const
{
return static_cast<int32>(Base::size_approx());