Fix a '>= 0' test on unsigned that I inadvertantly introduced. Now correctly '!=...
authorMarshall Clow <mclow.lists@gmail.com>
Mon, 17 Jun 2019 13:41:14 +0000 (13:41 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Mon, 17 Jun 2019 13:41:14 +0000 (13:41 +0000)
commit2dda1ff03805db45ec51893d759d7eea61172366
tree0a11ce5bf8980644bc39a824e38d46b05da2030f
parent1bd3d00e7e5a299cefb2cd4759de30aafd7d1c7c
Fix a '>= 0' test on unsigned that I inadvertantly introduced. Now correctly '!= 0'. Thanks to Arthur for the catch

llvm-svn: 363557
libcxx/src/locale.cpp