 
            
            
            
            
                16 May
                
                    2017
                
            
            
                16 May
                
                '17
                
            
            
            
        
    
                4:13 p.m.
            
        Den 15-05-2017 kl. 21:29 skrev Ion GaztaƱaga via Boost:
Reviewing Dinkum STL code it seems that std::unordered_xxx uses std::list internally, so sentinel nodes are allocated when move constructing an unordered_xxx and thus move constructor can't be noexcept.
yikes -T