Fix spelling errors (#384)
aligment -> alignment constructable -> constructible constuctible -> constructible contructed -> constructed destructable -> destructible futher -> further implcit -> implicit implemenation -> implementation intrinics -> intrinsics
This commit is contained in:
parent
502efe6d78
commit
882b3501a3
9 changed files with 11 additions and 11 deletions
|
|
@ -243,7 +243,7 @@ struct is_function
|
|||
|
||||
// is_trivially_destructible()
|
||||
//
|
||||
// Determines whether the passed type `T` is trivially destructable.
|
||||
// Determines whether the passed type `T` is trivially destructible.
|
||||
//
|
||||
// This metafunction is designed to be a drop-in replacement for the C++11
|
||||
// `std::is_trivially_destructible()` metafunction for platforms that have
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue