Skip to content

Commit

Permalink
4d85add3: ShaderCompiler: removed concepts/requires dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
NicSavichev committed Jan 14, 2025
1 parent 6c117dc commit 34f9a79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prog/tools/ShaderCompiler2/cppStcode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <osApiWrappers/dag_dynLib.h>
#include <osApiWrappers/dag_pathDelim.h>
#include <EASTL/string.h>
#include <concepts>


#if _TARGET_PC_WIN
Expand All @@ -24,7 +23,6 @@ static eastl::string stcode_dir;
static eastl::string src_dir;

template <typename T>
requires(std::equality_comparable<T>)
static bool item_is_in(const T &item, std::initializer_list<T> items)
{
for (const T &ref : items)
Expand Down

0 comments on commit 34f9a79

Please sign in to comment.