Skip to content

Commit

Permalink
Code review snippets to address from @davidben
Browse files Browse the repository at this point in the history
Also:
* sus_if_msvc for attributes should be sus_if_msvc_not_cl
  * "language is msvc variant" vs "compiler is msvc"
  * sus_if_gnuc_language
* test wrapping for each integer size, esp < 32bit
* not destroy nevervalue? since it's in a union can that be a
  requirement on NeverValueTypes, and is C++ okay with constructing
  an object in a place where one already exists and was not destroyed?
  • Loading branch information
danakj committed Oct 13, 2023
1 parent 7147b8f commit bc44641
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 90 deletions.
1 change: 0 additions & 1 deletion sus/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ target_sources(subspace PUBLIC
"iter/zip.h"
"macros/__private/compiler_bugs.h"
"macros/assume.h"
"macros/arch.h"
"macros/builtin.h"
"macros/compiler.h"
"macros/eval_macro.h"
Expand Down
23 changes: 0 additions & 23 deletions sus/macros/arch.h

This file was deleted.

Loading

0 comments on commit bc44641

Please sign in to comment.