You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is an infinite recursion, and writing it without a cast, using a `switch` on all cases is longwinded.
8456
+
is an infinite recursion, and writing it without a cast, using a `switch` on all cases is long-winded.
8457
8457
8458
8458
8459
8459
##### Enforcement
@@ -19505,10 +19505,10 @@ A textbook for beginners and relative novices.
19505
19505
* Bjarne Stroustrup: [The Essence of C++: With Examples in C++84, C++98, C++11, and C++14](http://channel9.msdn.com/Events/GoingNative/2013/Opening-Keynote-Bjarne-Stroustrup). 2013
19506
19506
* All the talks from [CppCon '14](https://isocpp.org/blog/2014/11/cppcon-videos-c9)
19507
19507
* Bjarne Stroustrup: [The essence of C++](https://www.youtube.com/watch?v=86xWVb4XIyE) at the University of Edinburgh. 2014.
19508
-
* Bjarne Stroustrup: [The Evolution of C++ Past, Present and Future](https://www.youtube.com/watch?v=_wzc7a3McOs). Cppcon 2016 keynote.
* Stroustrup, Sutter, and Dos Reis: [A brief introduction to C++’s model for type- and resource-safety](http://www.stroustrup.com/resource-model.pdf). A paper with lots of examples.
* Stroustrup, Sutter, and Dos Reis: [A brief introduction to C++'s model for type- and resource-safety](http://www.stroustrup.com/resource-model.pdf). A paper with lots of examples.
@if [ -s$(BUILD_DIR)/hunspell-report.txt ];thenecho'Warning: Spellcheck failed, fix words or add to dictionary:'; cat $(BUILD_DIR)/hunspell-report.txt;false;fi;
91
91
92
92
# only list words that are not in dict
93
93
# to include all add them to bottom of hunspell/isocpp.dict, and run
0 commit comments