Skip to content

Commit

Permalink
Make the C++ exceptions here consistent
Browse files Browse the repository at this point in the history
Adding a C source file somehow exposed an issue in an unrelated C++ file.
Thanks to Joe Groff for the fix.
  • Loading branch information
tbkka committed Mar 30, 2018
1 parent 849e31c commit 6cd5c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/public/runtime/WeakReference.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class WeakReferenceBits {

public:
LLVM_ATTRIBUTE_ALWAYS_INLINE
WeakReferenceBits() { }
WeakReferenceBits() noexcept { }

LLVM_ATTRIBUTE_ALWAYS_INLINE
WeakReferenceBits(HeapObjectSideTableEntry *newValue) {
Expand Down

0 comments on commit 6cd5c20

Please sign in to comment.