hintonda added a comment.

Matthias, I think you make a good point.  While noexcept(expr) is valuable, 
noexcept(false) adds no value.  Therefore, I think we should do as you suggest, 
i.e.:

  s/throw()/noexcept/
  s/throw(something)//

Aaron, does this work for you?


https://reviews.llvm.org/D20693



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to