Skip to content

#14245 Remove gsl functions and ThirdParty/gsl folder#14258

Open
magnesj wants to merge 1 commit into
devfrom
remove-gsl-14245
Open

#14245 Remove gsl functions and ThirdParty/gsl folder#14258
magnesj wants to merge 1 commit into
devfrom
remove-gsl-14245

Conversation

@magnesj

@magnesj magnesj commented Jun 20, 2026

Copy link
Copy Markdown
Member

Removes the use of GSL (Guidelines Support Library) functions throughout the codebase and deletes the bundled ThirdParty/gsl folder.

The improved code value from using gsl has been limited. gsl::not_null<T*> parameters are replaced with plain T*, the #include <gsl/gsl> directives are removed, and the MSVC /wd4875 workaround that was only needed for the bundled gsl headers is dropped from CMakeLists.txt.

Closes #14245

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove gsl functions

1 participant