Thread overview
[Issue 21468] Inscrutable template error when core.stdcpp.vector of a struct with a core.stdcpp.vector field is referenced before the struct's definition
Dec 10, 2020
Dlang Bot
Dec 12, 2020
Dlang Bot
Dec 21, 2020
Dlang Bot
December 10, 2020
https://issues.dlang.org/show_bug.cgi?id=21468

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh created dlang/druntime pull request #3309 "Fix inscrutable template error when core.stdcpp.vector of a struct with a core.stdcpp.vector field is referenced before the struct's definition" fixing this issue:

- Fix Issue 21468 - Inscrutable template error when core.stdcpp.vector of a struct with a core.stdcpp.vector field is referenced before the struct's definition

  Related discussion at
https://forum.dlang.org/thread/efjydhujahujqjrvmnsk@forum.dlang.org

https://github.com/dlang/druntime/pull/3309

--
December 12, 2020
https://issues.dlang.org/show_bug.cgi?id=21468

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #3309 "Fix inscrutable template error when core.stdcpp.vector of a struct with a core.stdcpp.vector field is referenced before the struct's definition" was merged into stable:

- 12a56aa5fc19552637634f2cf1e56a250589d1fc by Nathan Sashihara:
  Fix Issue 21468 - Inscrutable template error when core.stdcpp.vector of a
struct with a core.stdcpp.vector field is referenced before the struct's
definition

  Related discussion at
https://forum.dlang.org/thread/efjydhujahujqjrvmnsk@forum.dlang.org

https://github.com/dlang/druntime/pull/3309

--
December 21, 2020
https://issues.dlang.org/show_bug.cgi?id=21468

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #3315 "merge stable" was merged into master:

- 1e64c52ef762049e2f12e55fc1d00dff4bd76d92 by Nathan Sashihara:
  Fix Issue 21468 - Inscrutable template error when core.stdcpp.vector of a
struct with a core.stdcpp.vector field is referenced before the struct's
definition

  Related discussion at
https://forum.dlang.org/thread/efjydhujahujqjrvmnsk@forum.dlang.org

https://github.com/dlang/druntime/pull/3315

--