User contributions for Korval
15 April 2023
- 03:3003:30, 15 April 2023 diff hist +21 cpp/language/coroutines Replaced usage of the term "heap" with dynamic allocation, as saying that the coroutine state is "on the heap" can be confusing to some users who are then told that "stack" variables in the coroutine are "on the heap".
9 December 2022
- 16:3916:39, 9 December 2022 diff hist +90 Template:cpp/io/ios base/openmode consts Adding noreplace for C++23. No idea how to format it correctly.
- 16:3316:33, 9 December 2022 diff hist +77 cpp/io/ios base/openmode Adding noreplace for C++23. No idea how to format it correctly.
- 16:2516:25, 9 December 2022 diff hist +71 cpp/header/ios Adding noreplace for C++23. No idea how to format it correctly.
13 November 2021
- 16:5816:58, 13 November 2021 diff hist +44 cpp/language/implicit conversion Clarify that you can't have 2 standard conversions if there is no user-defined conversion.
14 May 2021
- 21:0221:02, 14 May 2021 diff hist +9 cpp/utility/from chars Clarifying base being 16 as when hex prefixes aren't considered.
4 March 2021
- 22:3522:35, 4 March 2021 diff hist +131 cpp/language/member template Explicit specializations may be specified in classes in C++17
29 October 2020
- 16:0816:08, 29 October 2020 diff hist +1,181 cpp/language/default comparisons Added information about equality defaulting.
7 January 2020
- 04:1704:17, 7 January 2020 diff hist +459 User talk:D41D8CD98F →constexpr rollback: new section
6 January 2020
- 04:3504:35, 6 January 2020 diff hist +156 cpp/language/constexpr →Explanation: `constexpr` on variables is different from functions.
23 August 2019
- 15:5615:56, 23 August 2019 diff hist +15 Template:cpp/container/note iterator invalidation Making it clear that pop_back invalidates iterators referring to the last element.
4 March 2018
- 18:3118:31, 4 March 2018 diff hist +48 cpp/utility/to chars →Return value: to_chars does not NUL-terminate.
- 18:2618:26, 4 March 2018 diff hist +5 cpp/utility/to chars `to_chars` doesn't write NUL characters, so we have to pass one fewer characters to ensure that a NUL terminator remains in the array
3 February 2018
- 01:0001:00, 3 February 2018 diff hist 0 cpp/header <charconv> is part of C++17, by defect resolution.
24 November 2017
- 05:4105:41, 24 November 2017 diff hist +182 Template talk:cpp/language/operators →Spaceship operator for C++20.: new section
- 05:4005:40, 24 November 2017 diff hist −21 Template:cpp/language/operators Undo revision 96984 by Korval (talk) That didn't work at all.
- 05:3205:32, 24 November 2017 diff hist +21 Template:cpp/language/operators Spaceship operator for C++20.
6 April 2017
- 03:5003:50, 6 April 2017 diff hist +290 N Talk:cpp/numeric/math/signbit →Integral overloads are not in standard.: new section
5 January 2017
- 15:5915:59, 5 January 2017 diff hist −42 cpp/utility/from chars Undo revision 89162 by Korval (talk) Accidentally broke page.
- 15:5815:58, 5 January 2017 diff hist +42 cpp/utility/from chars Links to chars_format, once that gets added to the appropriate mapping location.
20 October 2016
- 15:3415:34, 20 October 2016 diff hist +438 Talk:cpp/memory/unique ptr →No discussion on the requirements of the Deleter type: new section
6 August 2016
- 18:4818:48, 6 August 2016 diff hist +17 cpp/memory/enable shared from this weak_this is marked exposition only in the standard.
10 July 2016
- 19:2219:22, 10 July 2016 diff hist +229 Talk:cpp/language/namespace →What is an "original-namespace-definition"?: new section
2 July 2016
- 00:1600:16, 2 July 2016 diff hist +10 cpp/string/basic string/operator""s No edit summary
15 May 2016
- 15:2015:20, 15 May 2016 diff hist 0 cpp/memory/shared ptr/shared ptr Missed a section.
- 15:1915:19, 15 May 2016 diff hist −68 cpp/memory/shared ptr/shared ptr There is no `shared_ptr` constructor that takes just a `nullptr_t`. Not in C++11, C++14, or in N4582.
22 April 2016
- 17:0217:02, 22 April 2016 diff hist +259 Talk:cpp/container/vector →Pointer/iterator invalidation and vector::assign.: new section
10 January 2016
- 03:2503:25, 10 January 2016 diff hist +82 cpp/types/is scalar Adding appropriate links.
3 January 2016
- 03:5503:55, 3 January 2016 diff hist +7 cpp/named req/SeedSequence No edit summary
5 December 2015
- 01:2001:20, 5 December 2015 diff hist +116 cpp/types/conjunction No edit summary
- 01:1901:19, 5 December 2015 diff hist +114 cpp/types/disjunction Slightly clearer as to the basic idea.
9 November 2015
- 21:3321:33, 9 November 2015 diff hist +59 N cpp/utility/make integer sequence Makes it easier to find. current
1 October 2015
- 14:1714:17, 1 October 2015 diff hist −1 cpp/iterator/istreambuf iterator/istreambuf iterator The standard explicitly says `*s` is being stored. Which means that, implicitly, nullptr yields undefined behavior.
27 June 2015
- 00:3600:36, 27 June 2015 diff hist +472 Talk:cpp/links →Unicode 8 is out, but not with C++14: new section
- 00:3000:30, 27 June 2015 diff hist +918 N MediaWiki talk:Cpp-search-list-cpp Need concept support.
18 May 2015
- 21:2721:27, 18 May 2015 diff hist +44 N Standard Layout So that people searching for "Standard Layout" got to the concept, not the `is_standard_layout` template.
19 June 2013
- 23:5723:57, 19 June 2013 diff hist +16 cpp/language/constexpr Wrong kind of initializer list.
21 May 2013
- 10:2010:20, 21 May 2013 diff hist +5 cpp/types/is empty It's specifically data members
17 May 2013
- 10:5410:54, 17 May 2013 diff hist +738 N Talk:cpp/container/array Layout compatibility.
13 May 2013
- 18:3218:32, 13 May 2013 diff hist +11 cpp/thread/thread/thread Arguments to `thread` are not necessarily copied. They may also be moved. They're only required to be MoveConstructible.
14 April 2013
- 03:2303:23, 14 April 2013 diff hist +55 cpp/thread/thread/joinable Just making that point clear.
19 February 2013
- 05:2105:21, 19 February 2013 diff hist +1,986 N cpp/named req/NullablePointer Covers the details from the standard.
25 March 2012
- 02:1502:15, 25 March 2012 diff hist +190 cpp/regex/syntax option type Missed the syntax_option_type type of the variables.
24 March 2012
- 17:1717:17, 24 March 2012 diff hist +21 cpp/language Lambdas are C++11
14 August 2011
- 22:1222:12, 14 August 2011 diff hist +347 User talk:Korval No edit summary
- 21:2521:25, 14 August 2011 diff hist +73 Template:cpp/container/max size constexpr and noexcept for std::array::max_size.
- 21:2121:21, 14 August 2011 diff hist +1 Template:cpp/container/swap Possibly improved noexcept specification.
- 21:2121:21, 14 August 2011 diff hist +25 Template:cpp/container/swap fixed noexcept.
- 21:1921:19, 14 August 2011 diff hist +61 Template:cpp/container/swap noexcept specification for std::array. Also fixed complexity.
- 21:1421:14, 14 August 2011 diff hist −3 m cpp/container/array/empty location of size.