User contributions
- 06:53, 3 April 2021 (diff | hist) . . (+24) . . cpp/language/declarations ("register" only thru C++17)
- 08:06, 20 April 2019 (diff | hist) . . (-2) . . m cpp/regex/sub match/operator cmp ("value_type&" adds no information over just "value_type", I think)
- 12:30, 20 December 2017 (diff | hist) . . (+3,582) . . N cpp/named req/RandomNumberEngine (Created page with "{{cpp/concept/title|RandomNumberEngine}} {{cpp/concept/navbar}} A random number engine is a function object returning unsigned integer values such that each value in the rang...")
- 12:30, 20 December 2017 (diff | hist) . . (-593) . . cpp/numeric/random
- 12:28, 20 December 2017 (diff | hist) . . (+149) . . N Template:cpp/numeric/random/dsc shuffle order engine (Created page with "{{dsc tclass | cpp/numeric/random/shuffle_order_engine | delivers the output of a random number engine in a different order | notes={{mark c++11}} }}")
- 12:28, 20 December 2017 (diff | hist) . . (+170) . . N Template:cpp/numeric/random/dsc independent bits engine (Created page with "{{dsc tclass | cpp/numeric/random/independent_bits_engine | packs the output of a random number engine into blocks of a specified number of bits | notes={{mark c++11}} }}")
- 12:27, 20 December 2017 (diff | hist) . . (+129) . . N Template:cpp/numeric/random/dsc discard block engine (Created page with "{{dsc tclass | cpp/numeric/random/discard_block_engine | discards some output of a random number engine | notes={{mark c++11}} }}")
- 12:27, 20 December 2017 (diff | hist) . . (0) . . Template:cpp/numeric/random/dsc subtract with carry engine
- 12:26, 20 December 2017 (diff | hist) . . (+190) . . N Template:cpp/numeric/random/dsc subtract with carry engine (Created page with "{{dsc tclass | cpp/numeric/random/subtract_with_carry_engine | implements subtract with carry (a lagged Fibonacci) algorithm | notes={{...")
- 12:26, 20 December 2017 (diff | hist) . . (+153) . . N Template:cpp/numeric/random/dsc mersenne twister engine (Created page with "{{dsc tclass | cpp/numeric/random/mersenne_twister_engine | implements Mersenne twister algorithm | notes={{mark c++11}} }}")
- 12:25, 20 December 2017 (diff | hist) . . (+172) . . N Template:cpp/numeric/random/dsc linear congruential engine (Created page with "{{dsc tclass | cpp/numeric/random/linear_congruential_engine | implements linear congruential algorithm | notes={{mark c++11}} }}")
- 13:01, 13 October 2017 (diff | hist) . . (+149) . . cpp/error/system error/system error (expand on example, and how the what-string is constructed from the what_arg)
- 12:41, 13 October 2017 (diff | hist) . . (+136) . . cpp/error/error condition/operator cmp (Alternatively, we could express it this way. Probably cleaner and clearer.)
- 12:34, 13 October 2017 (diff | hist) . . (0) . . cpp/error/error condition/operator cmp (#2 and #4 weren't quite right. Swapping lhs and rhs is the easiest way to fix it.)
- 12:49, 3 October 2017 (diff | hist) . . (+1) . . m cpp/string/basic string view
- 14:42, 18 September 2017 (diff | hist) . . (-8) . . m cpp/thread/shared future/shared future (grammar again)
- 14:42, 18 September 2017 (diff | hist) . . (+4) . . m cpp/thread/shared future/shared future (grammar)
- 21:52, 9 September 2017 (diff | hist) . . (+138) . . cpp/filesystem/file status (See also the things that return this type)
- 14:34, 8 September 2017 (diff | hist) . . (+1) . . m cpp/io/io errc (extra space for style (cf. future_errc))
- 14:33, 8 September 2017 (diff | hist) . . (+20) . . cpp/io/io errc (list the enumerators in the synopsis)
- 09:45, 8 September 2017 (diff | hist) . . (+148) . . cpp/error/error condition/operator cmp (See also operator== for error_code; see also equivalent())
- 09:43, 8 September 2017 (diff | hist) . . (+102) . . cpp/error/error code/operator cmp (See also operator== for error_code vs. error_condition)
- 14:24, 6 September 2017 (diff | hist) . . (+132) . . cpp/filesystem (add back-link to <experimental/filesystem> — probably not formatted appropriately)
- 12:00, 6 September 2017 (diff | hist) . . (-3) . . m cpp/filesystem/path/format (rm bogus ) parens)
- 11:25, 3 September 2017 (diff | hist) . . (+8) . . m cpp/filesystem (softlink -> symbolic link)
- 11:43, 31 August 2017 (diff | hist) . . (+12) . . m cpp/numeric/random/random device/random device (add "nor movable")
- 14:43, 30 August 2017 (diff | hist) . . (+45) . . cpp/thread/cv status (order the constants by numeric value; give values in synopsis)
- 15:28, 5 August 2017 (diff | hist) . . (+302) . . cpp/string/basic string/substr (add note about allocator usage)
- 11:22, 5 August 2017 (diff | hist) . . (+216) . . cpp/string/char traits/to int type (give an example (libc++ does this))
- 11:09, 5 August 2017 (diff | hist) . . (0) . . m cpp/io/basic streambuf/sgetn
- 10:27, 5 August 2017 (diff | hist) . . (+1) . . m cpp/io/ios base/ios base
- 13:37, 28 July 2017 (diff | hist) . . (+136) . . cpp/types/is base of (clarify that private bases are also picked up)
- 10:21, 23 June 2017 (diff | hist) . . (-164) . . cpp/memory/enable shared from this/enable shared from this (oops, how about this wording (copied from assignment operator))
- 10:19, 23 June 2017 (diff | hist) . . (+252) . . cpp/memory/enable shared from this/enable shared from this (explain some rationale for the lack of move constructor here)