User contributions
- 17:46, 31 January 2023 (diff | hist) . . (+15) . . cpp/ranges/split view/base (Update the example for consistency of style and to perform the conversion to string_view explicitly (since the pertinent constructor is now explicit in the C++23 draft))
- 08:17, 2 September 2022 (diff | hist) . . (-11) . . cpp/utility/format/formatter (LWG-3648 removed the `c` presentation type for `bool`.)
- 23:32, 26 November 2018 (diff | hist) . . (0) . . m cpp/language/constraints (Typo: "invalid type of expression" => "invalid type or expression")
- 13:31, 11 September 2018 (diff | hist) . . (-8) . . cpp/utility/any/any cast (Oops - missed an occurrence of "ValueType" in the previous edit.)
- 13:31, 11 September 2018 (diff | hist) . . (-136) . . cpp/utility/any/any cast (Use "T" for the template parameter of the any_cast overloads; "ValueType" is misleading.)
- 10:44, 6 March 2018 (diff | hist) . . (-160) . . m cpp/filesystem/current path (Update "Notes" text from N4727.)
- 17:09, 5 March 2018 (diff | hist) . . (+271) . . cpp/numeric/special functions/assoc legendre (Revert inadvertent removal of the Condon-Shortley mentions.)
- 17:06, 5 March 2018 (diff | hist) . . (-276) . . cpp/numeric/special functions/assoc legendre (Correct all statements to account for the omission of the Condon-Shortley phase.)
- 09:29, 13 December 2017 (diff | hist) . . (+20) . . cpp/compiler support (VS2017 15.5 includes support for over-aligned allocation, despite it not being mentioned in the release notes.)
- 06:44, 24 August 2017 (diff | hist) . . (-10) . . m cpp/utility/optional/optional (Minor mechanical fixes.)
- 09:39, 2 June 2017 (diff | hist) . . (+18) . . cpp/utility/variant/visit (example needs to include <string> since it uses std::string.)
- 10:44, 29 August 2016 (diff | hist) . . (-2) . . m c/numeric/fenv/FE DFL ENV (Remove excess brackets from the header name.)
- 16:07, 8 April 2016 (diff | hist) . . (+119) . . cpp/algorithm/swap (The C++17 WP constrains array swap as well,)
- 07:08, 22 July 2015 (diff | hist) . . (+4) . . m cpp/experimental/observer ptr/get (observer_ptr doesn't "own", it "watches.")
- 11:10, 8 December 2014 (diff | hist) . . (+326) . . N Talk:cpp/types/result of (Created page with "Implementation of the INVOKE overloads is not necessary for the implementation of result_of: INVOKE is only referred to in unevaluated contexts, it is never ODR-used. Removing...")
- 11:05, 8 December 2014 (diff | hist) . . (+58) . . cpp/types/result of (Make it clear that the C++14 sample implementation also technically conforms to C++11.)
- 10:55, 8 December 2014 (diff | hist) . . (-490) . . cpp/types/result of (Greatly simplify the C++14 sample implementation.)
- 10:23, 8 December 2014 (diff | hist) . . (-6) . . cpp/types/result of (Bug in C++11 sample implementation: don't require rvalue pointer-to-members.)
- 15:05, 6 November 2014 (diff | hist) . . (+21) . . cpp/language/list initialization (Clearer description of how auto interacts with braced-init-lists.)
- 15:03, 6 November 2014 (diff | hist) . . (-201) . . cpp/language/list initialization (Remove the syntaxes that are *not* list-initialization, but involve overload resolution with a braced-init-list used as a parameter. Remove the non-static data member initializer case as redundant.)
- 12:28, 6 November 2014 (diff | hist) . . (+42) . . cpp/language/list initialization (Clarify that (7) doesn't invoke the direct-list-initialization semantics.)
- 06:23, 26 September 2014 (diff | hist) . . (+20) . . cpp/types/aligned storage (Example program: Add missing "std::" qualifier, check "m_size" *before* constructing the new object.)
- 10:53, 21 July 2014 (diff | hist) . . (+65) . . m cpp/types/result of (Better describe the example that demonstrates the changed C++14 behavior.)
- 10:43, 21 July 2014 (diff | hist) . . (+94) . . m cpp/types/result of (Sample implementation: Fix cut'n'paste error, use more meaningful names template parameters: R -> ObjectRef, Ptr -> Pointer.)
- 10:14, 21 July 2014 (diff | hist) . . (+748) . . cpp/types/result of (Add proper C++14 implementation.)
- 09:28, 21 July 2014 (diff | hist) . . (+1,113) . . cpp/types/result of (Fix the improper sample implementation - fail utterly to format it properly.)
- 08:44, 31 January 2014 (diff | hist) . . (0) . . m cpp/types/is empty (Typo "en" -> "an".)