[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:27:04 PST 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: None (lntue)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/116038.diff


1 Files Affected:

- (modified) libc/docs/talks.rst (+4) 


``````````diff
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

``````````

</details>


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


More information about the libc-commits mailing list