Commit be8c2df2 authored by Daniel McIntosh's avatar Daniel McIntosh Committed by Louis Dionne
Browse files

[libc++][NFC] Clean up std::__call_once

__call_once is large and cluttered with #ifdef preprocessor guards. This
cleans it up a bit by using an exception guard instead of try-catch.

Differential Revision: https://reviews.llvm.org/D112319


Co-authored-by: default avatarLouis Dionne <ldionne.2@gmail.com>
parent 641124a9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment