User contributions for LittleFlower
8 June 2019
- 11:3611:36, 8 June 2019 diff hist +11 m cpp/utility/functional/function int may be unable to hold 314159
24 May 2019
- 11:2511:25, 24 May 2019 diff hist +15 m cpp/types/is class No edit summary
22 May 2019
- 11:3111:31, 22 May 2019 diff hist −34 m Talk:cpp/language/array clear unhelpful content
13 May 2019
- 11:0511:05, 13 May 2019 diff hist −2 m cpp/header/array No edit summary
6 May 2019
- 11:1211:12, 6 May 2019 diff hist +64 m Cppreference:FAQ Inform the readers that the diff between n4140 and n4141 is minor
30 April 2019
- 14:0314:03, 30 April 2019 diff hist +9 m cpp/language/try catch The content of what() is implementation-defined
27 April 2019
- 12:3912:39, 27 April 2019 diff hist +25 m cpp/algorithm/iter swap Clarify constexpr
- 07:3307:33, 27 April 2019 diff hist +80 m cpp/locale/num put/put long long and unsigned long long are C++11
- 05:4505:45, 27 April 2019 diff hist +20 m cpp/language/member functions Use rev boxes
- 05:4305:43, 27 April 2019 diff hist +12 m cpp/keyword/default Use rev boxes
24 April 2019
- 10:2410:24, 24 April 2019 diff hist 0 m Template:cpp/numeric/complex/dsc operator arith Use +-*/ order instead of +-/* for consistency
- 09:4809:48, 24 April 2019 diff hist +520 Talk:cpp/numeric/complex/pow →Where can I find the C++11 new overloads in the standard?: new section
- 09:4009:40, 24 April 2019 diff hist +99 m cpp/numeric/complex/pow Add numbers for consistency
23 April 2019
- 13:4413:44, 23 April 2019 diff hist +18 cpp/algorithm/transform exclusive scan + example
- 13:4313:43, 23 April 2019 diff hist +28 cpp/algorithm/transform inclusive scan + example
- 13:4313:43, 23 April 2019 diff hist +708 N Template:cpp/algorithm/transform scan example add example
- 13:3013:30, 23 April 2019 diff hist +18 cpp/algorithm/exclusive scan + example
- 13:2913:29, 23 April 2019 diff hist +18 cpp/algorithm/inclusive scan + example
- 13:2913:29, 23 April 2019 diff hist +1,005 N Template:cpp/algorithm/scan example add example
- 13:1513:15, 23 April 2019 diff hist +1,085 N cpp/language/modules add syntax
21 April 2019
- 07:0707:07, 21 April 2019 diff hist +3 m cpp/container/span oops
- 07:0607:06, 21 April 2019 diff hist +99 m cpp/container/span LWG3144
- 07:0407:04, 21 April 2019 diff hist +276 cpp/container/span/dynamic extent Use standard definition
- 06:5206:52, 21 April 2019 diff hist +528 cpp/header/span Update according to http://eel.is/c++draft/views.span
19 April 2019
- 09:5809:58, 19 April 2019 diff hist +9 m cpp/named req/Swappable make the example a bit clearer with =delete
17 April 2019
- 09:3209:32, 17 April 2019 diff hist +11 m cpp/algorithm/for each The page itself says the return value is std::move(f)
28 March 2019
- 14:4214:42, 28 March 2019 diff hist +768 cpp/memory/to address add possible implementation
25 March 2019
- 13:0513:05, 25 March 2019 diff hist +25 m Template:cpp/io/c/dsc gets Add deprecated in C++11
19 February 2019
- 10:3110:31, 19 February 2019 diff hist −1 m cpp/language/operator other typo
18 February 2019
- 11:4311:43, 18 February 2019 diff hist −13 m cpp/language/move constructor resolve bad link
12 February 2019
- 10:3710:37, 12 February 2019 diff hist +159 m cpp/container/vector bool Mention boost vector for a workaround for std::vector<bool>
11 February 2019
- 09:4109:41, 11 February 2019 diff hist −2 m cpp/header/ranges remove space
- 09:4109:41, 11 February 2019 diff hist +1,830 N cpp/header/ranges + declarations
- 09:3009:30, 11 February 2019 diff hist +329 N cpp/ranges/begin create with declaration
- 09:2609:26, 11 February 2019 diff hist +39 m cpp/ranges/iterator t forgot to number
- 09:2509:25, 11 February 2019 diff hist +313 N cpp/ranges/all view create with declaration
- 09:1709:17, 11 February 2019 diff hist +31 m cpp/ranges/iterator t fix title
- 09:1609:16, 11 February 2019 diff hist +382 cpp/ranges/iterator t + safe_iterator_t and sentinel_t
- 09:0909:09, 11 February 2019 diff hist +273 N cpp/ranges/iterator t Created page with "{{cpp/ranges/title | iterator_t}} {{cpp/ranges/navbar}} {{dcl begin}} {{dcl header | ranges}} {{dcl | since = c++20 | 1 = template <class T> using iterator_t = decltype(rang..."
8 February 2019
- 00:1200:12, 8 February 2019 diff hist +118 m Talk:cpp/types/is same reply
- 00:1200:12, 8 February 2019 diff hist +325 cpp/types/is same Mention commutativity; cleanup example
20 January 2019
- 02:5202:52, 20 January 2019 diff hist −9 m cpp/language/basic concepts rev
4 October 2018
- 05:2105:21, 4 October 2018 diff hist −7 m cpp/algorithm/search format
25 August 2018
- 02:4402:44, 25 August 2018 diff hist +13 m cpp/algorithm/find No edit summary
- 02:3902:39, 25 August 2018 diff hist +8 m c/language/variadic the number of printx's parameters may be something other than 1 or 3
18 August 2018
- 04:3304:33, 18 August 2018 diff hist +48 m cpp/language/extending std C++17 says goodbye to unary_function and binary_function
- 04:1804:18, 18 August 2018 diff hist +177 m Talk:cpp/algorithm/search re
- 04:1304:13, 18 August 2018 diff hist +361 cpp/iterator/istream iterator improve example, demonstrate the effect of single-pass algorithms on the input stream
16 August 2018
- 01:1701:17, 16 August 2018 diff hist +358 N Talk:cpp/algorithm/search Created page with "== The existence of a ''Search'' named req == Looks like neither [http://eel.is/c++draft/alg.search iso.23.5.13 alg.search] nor [http://eel.is/c++draft/func.search iso.19.14...."
15 August 2018
- 08:3308:33, 15 August 2018 diff hist +28 cpp/memory/destroy n + example