 
            
            
            
            
                22 Oct
                
                    2025
                
            
            
                22 Oct
                
                '25
                
            
            
            
        
    
                11:40 p.m.
            
        El 22/10/2025 a las 5:37, Vinnie Falco via Boost escribió:
If you use BOOST_STATIC_ASSERT and you also use Boost.Core, you can use BOOST_CORE_STATIC_ASSERT instead and save one dependency.
Thanks
Two questions: - Why isn't BOOST_STATIC_ASSERT added to Boost.Config just like boost/config/cstdint.hpp or boost/config/limits.hpp or boost/config/cxx11_char_types.hpp instead of adding it to core? Boost.StaticAssert could just forward Boost.Config's implementation to avoid breaking code. - Why isn't C++11's static_assert used versions used when BOOST_CXX_VERSION shows C++11 is supported? Best, Ion