Modernization + AZStd::function compare fix. (#3680)
* Modernization + small fix. Modernize ( `bool`/`override`/other) code in AzCore, AzFramework, AzQtComponents, AzToolsFramework, etc. Replaced a `bind` or two, use `using` in a few places as well. Fix nullptr comparison of AZStd::function. Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com> * Apply review-based changes Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -1315,7 +1315,7 @@ namespace AzToolsFramework
|
||||
void PerforceComponent::ThreadWorker()
|
||||
{
|
||||
m_ProcessThreadID = AZStd::this_thread::get_id();
|
||||
while (1)
|
||||
while (true)
|
||||
{
|
||||
// block until signaled:
|
||||
m_WorkerSemaphore.acquire();
|
||||
|
||||
Reference in New Issue
Block a user