bulbazord accepted this revision.
bulbazord added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lldb/include/lldb/API/SBDefines.h:33
+// supports the attribute.
+#if defined(SWIG) or _cplusplus < 201300
+#undef LLDB_DEPRECATED
----------------
nit: Use `__cplusplus < 201402L` to be more specific.

I got that value from https://en.cppreference.com/w/cpp/preprocessor/replace


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147736/new/

https://reviews.llvm.org/D147736

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

Reply via email to