Fix the following error when NDEBUG is defined:
authorKaelyn Uhrain <rikka@google.com>
Thu, 29 Aug 2013 18:49:35 +0000 (18:49 +0000)
committerKaelyn Uhrain <rikka@google.com>
Thu, 29 Aug 2013 18:49:35 +0000 (18:49 +0000)
commit9071f68fd2b18abaee614e07ae6da6d8bc34426e
treee823a3665cdffb31dc13f51c5b6493ef89a03345
parent851bb2c9cbbd3b1847def5ca7ea8dadf457298b5
Fix the following error when NDEBUG is defined:

include/llvm/Support/UnicodeCharRanges.h:56:5: error:
use of this statement in a constexpr constructor is a C++1y extension
[-Werror,-Wc++1y-extensions]
     assert(rangesAreValid());
          ^

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189599 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/UnicodeCharRanges.h