 
            
            
            
            
                1 Mar
                
                    2024
                
            
            
                1 Mar
                
                '24
                
            
            
            
        
    
                2:35 a.m.
            
        Zach Laine wrote:
For instance, Andrzej was trying to use boost::variant in one of his parsers, and the printing code broke. It broke because boost::variant defines ostream & op<<(ostream&,variant), and then *static asserts in it*. What?
This probably needs to be fixed in Variant. I had the same problem https://github.com/boostorg/variant2/issues/31 and fixed it.