Skip to content

Commit

Permalink
Merge pull request #4696 from ghost91-/std_experimental_allocator_bui…
Browse files Browse the repository at this point in the history
…lding_blocks_nullallocator_doc_fix

[trivial] Fix docs for NullAllocator
  • Loading branch information
9il authored Jul 31, 2016
2 parents 73e3c70 + 7f16265 commit 7cfac7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct NullAllocator
shouldn't be unnecessarily constrained.
*/
enum uint alignment = 64 * 1024;
/// Returns $(D n).
// /// Returns $(D n).
//size_t goodAllocSize(size_t n) shared const
//{ return .goodAllocSize(this, n); }
/// Always returns $(D null).
Expand Down

0 comments on commit 7cfac7d

Please sign in to comment.