-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C++20 standard introduces std::remove_cvref<T>, which allows for a reduction of obfuscator code. C++20 allows for consteval expressions which force the compiler to only accept compile-time evaluation of functions. This is especially useful for obfuscating purposes.
- Loading branch information
Maarten van Geijn
committed
Jun 30, 2024
1 parent
e65173d
commit 0cbf8c0
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters