[libcxx-commits] [PATCH] D66614: Add inline to uflow and underflow

Aditya Kumar via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 4 09:52:44 PDT 2019


hiraditya added a comment.

Is there a way to have them inlined and still keep the definition in a dylib. I thought inline (with default visibility) will keep the definition in the translation unit.


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

https://reviews.llvm.org/D66614





More information about the libcxx-commits mailing list