Recent changes
Track the most recent changes to the wiki on this page.
2 January 2022
- (User creation log); 07:16 . . User account Zainy0805 (Talk | contribs) was created
- (diff | hist) . . cpp/symbol index/filesystem; 07:07 . . (+653) . . Fruderica (Talk | contribs) (+ missing functions: begin, end, swap, hash_value)
- (User creation log); 06:01 . . User account Jaiganesh.kumaran (Talk | contribs) was created
- (diff | hist) . . cpp/preprocessor/conditional; 06:00 . . (0) . . 100.11.118.25 (Talk) (Fixed note regarding #if/#elif with cond1/cond2/cond3 relative to CWG 1955 that was inconsistent.)
- (diff | hist) . . cpp/utility/format/formatter; 05:29 . . (+6) . . D41D8CD98F (Talk | contribs) (→Example: const)
- (User creation log); 04:07 . . User account PeterTheAmazingAsian (Talk | contribs) was created
- (diff | hist) . . m cpp/language/operator other; 02:41 . . (+21) . . Radix (Talk | contribs) (→Conditional operator: Make the example of 6.3 less wide.)
- (diff | hist) . . m Template:cpp/language/operators; 02:34 . . (+6) . . Radix (Talk | contribs) ("? :" → "a ? b : c")
1 January 2022
- (User creation log); 20:17 . . User account A Coder 123 (Talk | contribs) was created
- (diff | hist) . . m cpp/types/numeric limits/denorm min; 16:49 . . (+59) . . Stefan van Kessel (Talk | contribs) (Return value for signed integer types is not equal to std::numeric_limits<T>::min() but T() / T(0) even though has_denorm is std::denorm_absent. It's all correct in the table but at least I initially misunderstood the text.)
- (User creation log); 16:35 . . User account Stefan van Kessel (Talk | contribs) was created
- (diff | hist) . . m cpp/language/lookup; 14:43 . . (+28) . . Radix (Talk | contribs) (→See also: Specify the fragment part of the "Template argument deduction" link.)
- (diff | hist) . . cpp/numeric/lerp; 08:44 . . (+542) . . Ybab321 (Talk | contribs) (Emphasise that a + t(b - a) is inaccurate for floating point maths)
- (diff | hist) . . m cpp/language/scope; 06:51 . . (+1) . . Radix (Talk | contribs) (→Block scope: Put preceding ", " inside {{rev inl}}.)
- (diff | hist) . . m playground; 06:27 . . (+530) . . Radix (Talk | contribs) (Testing {{rev inl}} as a list item.)
31 December 2021
- (User creation log); 21:19 . . User account Mythcppreference (Talk | contribs) was created
- (diff | hist) . . cpp/numeric/lerp; 20:48 . . (-2) . . 183.14.28.201 (Talk)
- (diff | hist) . . cpp/numeric/lerp; 20:48 . . (-3) . . 183.14.28.201 (Talk) (Equivalent)
- (User creation log); 16:09 . . User account Bear24rw (Talk | contribs) was created
- (diff | hist) . . m Template:cpp/regex/regex token iterator/dsc destructor; 11:30 . . (-22) . . Ljestrada (Talk | contribs) (Undo revision 136835 by Ljestrada (talk))
- (diff | hist) . . m Template:cpp/regex/regex token iterator/dsc destructor; 11:27 . . (+22) . . Ljestrada (Talk | contribs) (descripción)
- (User creation log); 11:04 . . User account Sebanisu (Talk | contribs) was created
- (diff | hist) . . Template:cpp/types/dsc uintptr t; 08:20 . . (+3) . . Xrxr (Talk | contribs) (Use "optional" marker to be consistent with other entries. Clarify what kind of pointer the type is capable of holding.)
- (diff | hist) . . Template:cpp/types/dsc intptr t; 08:13 . . (+3) . . Xrxr (Talk | contribs) (Use "optional" marker to be consistent with other optional type. Also clarify about the what kind of pointer the standard guarantees.)
- (User creation log); 08:12 . . User account Xrxr (Talk | contribs) was created
- (User creation log); 08:05 . . User account Pkersten (Talk | contribs) was created
- (diff | hist) . . m cpp/language/overload resolution; 06:24 . . (-1) . . Radix (Talk | contribs) (→Details: "an conditional ..." → "a conditional")
- (diff | hist) . . m cpp/language/overloaded address; 05:55 . . (+81) . . Radix (Talk | contribs) (Merge the list of contexts and the list of targets into a single table.)
- (diff | hist) . . m cpp/language/overloaded address; 05:49 . . (+8) . . Radix (Talk | contribs) ("{function,operator} parameter" → "the {function,operator} parameter" to make these items uniform with other ones.)
- (diff | hist) . . m cpp/language/overloaded address; 05:47 . . (+8) . . Radix (Talk | contribs) ("function or operator parameter" → "function parameter, operator parameter" to make the "respectively"-list have the proper number of items.)
- (diff | hist) . . cpp/algorithm/partial sort; 05:29 . . (-42) . . Ybab321 (Talk | contribs) (Rearrange impls, think it makes a lot more sense to put the simple one first. Weaken bold claim about complicated impl always being better. Fix function signature in the complicated impl. Still think we should remove all these impl details altogether...)
- (diff | hist) . . m cpp/language/overloaded address; 05:16 . . (+2) . . Radix (Talk | contribs) (`rlp` → `rlpt` for `return` and `static_cast`.)
- (diff | hist) . . m cpp/language/overloaded address; 05:15 . . (0) . . Radix (Talk | contribs) ("static cast" → "static_cast")
- (diff | hist) . . m User:Space Mission; 04:37 . . (+16,165) . . Space Mission (Talk | contribs) (added some remainers.. HNY!)
- (diff | hist) . . m cpp/regex/error type; 03:04 . . (-186) . . Ljestrada (Talk | contribs) (langlinks)
- (User creation log); 01:15 . . User account Shermontecristo (Talk | contribs) was created
30 December 2021
- (User creation log); 23:05 . . User account Quied (Talk | contribs) was created
- (diff | hist) . . Template:cpp/types/dsc fp HAS SUBNORM; 22:28 . . (0) . . Fruderica (Talk | contribs) (Undo revision 122813 by H2O (talk) These macros are introduced in C11, and come to C++17 via P0063R3.)
- (diff | hist) . . Template:cpp/types/dsc fp TRUE MIN; 22:27 . . (0) . . Fruderica (Talk | contribs) (Undo revision 122812 by H2O (talk) These macros are introduced in C11, and come to C++17 via P0063R3.)
- (diff | hist) . . Template:cpp/types/dsc fp DECIMAL DIG; 22:27 . . (0) . . Fruderica (Talk | contribs) (Undo revision 122811 by H2O (talk) These macros are introduced in C11, and come to C++17 via P0063R3.)
- (diff | hist) . . cpp/types/numeric limits/signaling NaN; 22:21 . . (+186) . . Fruderica (Talk | contribs) (→Return value)
- (User creation log); 22:19 . . User account Wang.yifan6 (Talk | contribs) was created
- (diff | hist) . . m cpp/types/numeric limits/quiet NaN; 22:19 . . (+44) . . Fruderica (Talk | contribs) (→Return value)
- (diff | hist) . . cpp/types/numeric limits; 22:06 . . (+89) . . Fruderica (Talk | contribs) (→Relationship with C library macro constants: *_TRUE_MIN)
- (diff | hist) . . m cpp/types/numeric limits/denorm min; 22:04 . . (+63) . . Fruderica (Talk | contribs) (→Return value: mathjax-or)
- (diff | hist) . . cpp/types/numeric limits/denorm min; 22:01 . . (+93) . . Fruderica (Talk | contribs) (→Return value: *_TRUE_MIN)
- (diff | hist) . . m cpp/types/numeric limits/infinity; 21:55 . . (+50) . . Fruderica (Talk | contribs) (→Return value)
- (diff | hist) . . m cpp/types/numeric limits/round error; 21:51 . . (+50) . . Fruderica (Talk | contribs) (→Return value: ~)
- (diff | hist) . . m cpp/types/numeric limits/epsilon; 21:49 . . (+48) . . Fruderica (Talk | contribs) (→Return value)
- (diff | hist) . . m cpp/types/numeric limits/lowest; 21:47 . . (0) . . Fruderica (Talk | contribs) (→Return value)