How to Implement Your First Compiler Feature:The Story of Concepts in Clang - Saar Raz - CppCon 2019
Video Statistics and Information
Channel: CppCon
Views: 16,274
Rating: undefined out of 5
Keywords: Saar Raz, CppCon 2019, Computer Science (Field), C++
Id: Y1o4rc9P1FQ
Channel Id: undefined
Length: 54min 54sec (3294 seconds)
Published: Sun Oct 13 2019
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
I watched this guy's Core C++ 2019 talk on the same subject which is also excellent.
Slides here
That's an incredible achievement; I really hope you enjoyed the process, and I thank you for making our life easier :)
I read it as "one point twenty-one jigga-bytes! Great scott!"
hope some day static_print will be avaiable in clang too..
Great talk! Thanks /u/saarraz1 for sharing your experience in implementing this non-trivial feature :-) So, what does the roadmap look like, will this be included in Clang 10?
Great work and great talk! I am looking forward to using this feature. Thanks!
Sometimes you can abuse compiler errors and compiler warnings to print the types.
https://cukic.co/2019/02/19/tmp-testing-and-debugging-templates/