Skip to content

Commit bcdd9fb

Browse files
author
Siva Chandra Reddy
committed
[libc][Obvious] Fix incorrect nested namespace name.
1 parent 66a6c10 commit bcdd9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/__support/CPP/UInt128.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "UInt.h"
1313

1414
#if !defined(__SIZEOF_INT128__)
15-
using UInt128 = __llvm_libc::internal::UInt<128>;
15+
using UInt128 = __llvm_libc::cpp::UInt<128>;
1616
#else
1717
using UInt128 = __uint128_t;
1818
#endif

0 commit comments

Comments
 (0)