
2 Aug
2005
2 Aug
'05
10:07 p.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