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

via libc-commits libc-commits at lists.llvm.org
Wed Nov 13 04:26:26 PST 2024


https://github.com/lntue created https://github.com/llvm/llvm-project/pull/116038

None

>From 36f65387f40862e7ce20b1ccca1778bd226b2af0 Mon Sep 17 00:00:00 2001
From: Tue Ly <lntue at google.com>
Date: Wed, 13 Nov 2024 07:23:04 -0500
Subject: [PATCH] [libc][doc] Add links to slides and video from Siva's CppNow
 2023 talk.

---
 libc/docs/talks.rst | 4 ++++
 1 file changed, 4 insertions(+)

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