[libcxx-commits] [PATCH] D60422: Remove default parameters (P0935R0)

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 9 06:53:39 PDT 2019


zoecarver added a comment.

> Use it for functions that you don't want to be part of the ABI. In this case, every default constructor that simply forwards to another constructor should be marked with _LIBCPP_INLINE_VISIBILITY.

Great, thanks for the explanation. I will update the rest of the (forwarding) constructors to use `_LIBCPP_INLINE_VISIBILITY`.


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

https://reviews.llvm.org/D60422





More information about the libcxx-commits mailing list