add dep on static_assert to the jam file

This commit is contained in:
Andrzej Krzemienski
2024-10-17 20:26:17 +02:00
parent 5ad8b01512
commit c716bc552b

View File

@ -28,6 +28,7 @@ project
cxx11_explicit_conversion_operators
# cxx11_noexcept
cxx11_rvalue_references
cxx11_static_assert
cxx11_variadic_templates
]
;