[phobos] [D-Programming-Language/phobos] e9ef91: Fix a typo in stack allocator usage example

GitHub via phobos phobos at puremagic.com
Thu Jan 28 10:07:31 PST 2016


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: e9ef91d5d4e43fb44822b704ae056a781fa80f85
      https://github.com/D-Programming-Language/phobos/commit/e9ef91d5d4e43fb44822b704ae056a781fa80f85
  Author: Dariusz Antoniuk <qaston at gmail.com>
  Date:   2016-01-28 (Thu, 28 Jan 2016)

  Changed paths:
    M std/experimental/allocator/package.d

  Log Message:
  -----------
  Fix a typo in stack allocator usage example

Objs should be deallocated by the same allocator used to allocate them.


  Commit: c97a9b59e44b4358e5d81bff8434c3d9d3195515
      https://github.com/D-Programming-Language/phobos/commit/c97a9b59e44b4358e5d81bff8434c3d9d3195515
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2016-01-28 (Thu, 28 Jan 2016)

  Changed paths:
    M std/experimental/allocator/package.d

  Log Message:
  -----------
  Merge pull request #3959 from QAston/patch-1

Fix a typo in stack allocator usage example


Compare: https://github.com/D-Programming-Language/phobos/compare/02c0083e1c11...c97a9b59e44b


More information about the phobos mailing list