[libc-commits] [libc] c342d11 - [libc][doc] Add links to slides and video from Siva's CppNow 2023 talk. (#116038)

via libc-commits libc-commits at lists.llvm.org
Wed Nov 13 08:35:48 PST 2024


Author: lntue
Date: 2024-11-13T11:35:45-05:00
New Revision: c342d11375e2befaf6ee15d491d5cbd5458ca6b1

URL: https://github.com/llvm/llvm-project/commit/c342d11375e2befaf6ee15d491d5cbd5458ca6b1
DIFF: https://github.com/llvm/llvm-project/commit/c342d11375e2befaf6ee15d491d5cbd5458ca6b1.diff

LOG: [libc][doc] Add links to slides and video from Siva's CppNow 2023 talk. (#116038)

Added: 
    

Modified: 
    libc/docs/talks.rst

Removed: 
    


################################################################################
diff  --git a/libc/docs/talks.rst b/libc/docs/talks.rst
index 174de0f56e7dd4..7e560964d6aa5f 100644
--- a/libc/docs/talks.rst
+++ b/libc/docs/talks.rst
@@ -12,6 +12,10 @@ Talks
 
   * `slides <https://llvm.org/devmtg/2023-10/slides/techtalks/Huber-LibCforGPUs.pdf>`__
   * `video <https://www.youtube.com/watch?v=_LLGc48GYHc>`__
+* The Challenges of Implementing the C Standard Library in C++ - Sivachandra Reddy
+
+  * `slides <https://github.com/boostcon/cppnow_presentations_2023/blob/main/cppnow_slides/The_Challenges_of_Implementing_the_C_Standard_Library_in_Cpp.pdf>`__
+  * `video <https://www.youtube.com/watch?v=cuVrWUGSIgM>`__
 
 ----
 2022


        


More information about the libc-commits mailing list