From e6768dc3b6c7864166211fd6e2f67ff4e5a2cbe5 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 8 Dec 2025 03:56:42 -0500 Subject: chore: use `enum struct` instead of `enum class`. chore: build scripts improvements. Signed-off-by: Amlal El Mahrouss --- docs/tex/core_process_scheduler.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/tex/core_process_scheduler.tex b/docs/tex/core_process_scheduler.tex index 5d79e5de..e48b5f5f 100644 --- a/docs/tex/core_process_scheduler.tex +++ b/docs/tex/core_process_scheduler.tex @@ -27,7 +27,7 @@ {The following sample is C++ code.} {The smaller the value, the more critical the process.} \begin{verbatim} -enum class AffinityKind : Int32 { +enum struct AffinityKind : Int32 { kRealTime = 100, kVeryHigh = 150, kHigh = 200, -- cgit v1.2.3