Merge remote-tracking branch 'upstream/development' into compiletime_filerequest_code2

This commit is contained in:
nemerle
2022-01-10 15:56:57 +01:00
7 changed files with 35 additions and 16 deletions
@@ -25,7 +25,7 @@ static bool IsSubfolder(const QString& folderA, const QString& folderB)
using AZStd::begin;
using AZStd::end;
constexpr auto isSlash = [](const QChar c) constexpr
auto isSlash = [](const QChar c) constexpr
{
return c == AZ::IO::WindowsPathSeparator || c == AZ::IO::PosixPathSeparator;
};