3 Aug
                
                    2005
                
            
            
                3 Aug
                
                '05
                
            
            
            
        
    
                12:07 a.m.
            
        "Jason Hise" wrote:
Why does it require that the function which is called once not be allowed to throw? I am not sure that I can meet this requirement, as I may need to dynamically allocate memory.
Possibly because of internal implementation. If the function throws next time the call_once will be executed again (likely a bug). /Pavel