Skip to content

Commit

Permalink
remove custom alignas check
Browse files Browse the repository at this point in the history
The check was added because of older GCC versions which are no longer
supported
  • Loading branch information
grisumbras committed Dec 14, 2024
1 parent 6ce324f commit 0745da0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
8 changes: 1 addition & 7 deletions build/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ import boost-pretty-printers ;
import config ;
import modules ;

# These make sure we only build on compatible C++11 or later toolchains.
obj cxx11_basic_alignas : ../check/basic_alignas.cpp ;
explicit cxx11_basic_alignas ;

rule requires ( tests + )
{
local result ;
Expand Down Expand Up @@ -70,9 +66,7 @@ project
config/cxx11_hdr_tuple
config/cxx11_template_aliases
config/cxx11_variadic_templates
# We only require limited alignas support,
# so we have to use a custom check
cxx11_basic_alignas
config/cxx11_alignas
]
<toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS
: usage-requirements
Expand Down
9 changes: 0 additions & 9 deletions check/basic_alignas.cpp

This file was deleted.

0 comments on commit 0745da0

Please sign in to comment.