[libcxx-commits] [PATCH] D143850: [libc++][format] Addresses	LWG3833.
    Louis Dionne via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Fri Mar  3 13:25:00 PST 2023
    
    
  
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
Nice cleanup!
================
Comment at: libcxx/docs/ReleaseNotes.rst:66
 
+- The formatter specialization ``template<size_t N> struct formatter<const charT[N], charT>``
+  has been removed. Since libc++'s format library was marked experimental there
----------------
Can you comment on how (if at all) this impacts users in the release note? Also, perhaps "Deprecations and Removals" would be a better section for this release note?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143850/new/
https://reviews.llvm.org/D143850
    
    
More information about the libcxx-commits
mailing list