[libcxx-commits] [PATCH] D104682: [libc++] Enable `explicit` conversion operators, even in C++03 mode.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 22 10:37:11 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG317e92a3e82f: [libc++] Enable `explicit` conversion operators, even in C++03 mode. (authored by arthur.j.odwyer).

Changed prior to commit:
  https://reviews.llvm.org/D104682?vs=353529&id=353702#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104682

Files:
  libcxx/include/__config
  libcxx/include/__functional_03
  libcxx/include/__memory/shared_ptr.h
  libcxx/include/__memory/unique_ptr.h
  libcxx/include/__mutex_base
  libcxx/include/exception
  libcxx/include/functional
  libcxx/include/ios
  libcxx/include/istream
  libcxx/include/ostream
  libcxx/include/system_error
  libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.compile.fail.cpp
  libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.pass.cpp
  libcxx/test/std/input.output/iostreams.base/ios/iostate.flags/bool.pass.cpp
  libcxx/test/std/language.support/support.exception/propagation/exception_ptr.pass.cpp
  libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/op_bool.pass.cpp
  libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs/op_bool.pass.cpp
  libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap/operator_bool.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/op_bool.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104682.353702.patch
Type: text/x-patch
Size: 15662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210622/a1379124/attachment.bin>


More information about the libcxx-commits mailing list