Skip to content

Commit

Permalink
fix doc for unsafe_default_initialized
Browse files Browse the repository at this point in the history
Summary: Fix a typo in the spelling of the name.

Reviewed By: dmm-fb

Differential Revision: D47303200

fbshipit-source-id: eff5706bfa0d0453b56fb1ab84a071eacc62bfe4
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Jul 8, 2023
1 parent ec474be commit 404aaa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions folly/Utility.h
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,8 @@ using EnableCopyMove = std::conditional_t<
using moveonly_::MoveOnly;
using moveonly_::NonCopyableNonMovable;

// unsafe_default_uninitialized
// unsafe_default_uninitialized_cv
// unsafe_default_initialized
// unsafe_default_initialized_cv
//
// An object which is explicitly convertible to any default-constructible type
// and which, upon conversion, yields a default-initialized value of that type.
Expand Down

0 comments on commit 404aaa7

Please sign in to comment.