EricWF added inline comments.

================
Comment at: include/functional:1393
+public:
+    virtual ~bad_function_call() _NOEXCEPT;
+
----------------
smeenai wrote:
> EricWF wrote:
> > What's the rationale for making the dtor out-of-line? Couldn't we just use 
> > `what()` as the key function?
> We could, but this way it's consistent with all the other exception classes.
OK works for me. since it's a virtual function we probably won't see any 
benefits from inlining. 


https://reviews.llvm.org/D27387



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

Reply via email to