October 20, 2022 General » Re: A D vs. Rust example | |||
|---|---|---|---|
| |||
...carry over well to D though, because template expansion is untyped. Therefore, by default the... | |||
October 18, 2022 General » Upcoming bitfield and adam's call to make it even better | |||
|---|---|---|---|
| |||
...current way of doing bitfields (import module + template) (in my opinion) However, in his blog... | |||
October 17, 2022 General » [SAoC 2022] Replace druntime Hooks with Templates: Milestone 1, Week 4 | |||
|---|---|---|---|
| |||
...to finish translating those hooks to a template (`_d_newitemU`) by the end of this... | |||
October 17, 2022 Issues » [Issue 23424] template with overloads not clear why it doesn't match incorrect instantiation | |||
|---|---|---|---|
| |||
...changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|template with overloads not |template with overloads not
|clear why... | |||
October 17, 2022 Issues » [Issue 23424] New: template with overloads not clear why it doesn't match | |||
|---|---|---|---|
| |||
...Error: template `onlineapp.T` does not match any template declaration It tells me the template... | |||
October 17, 2022 Announce » D Language Foundation Meeting September 2022 Monthly Meeting Summary | |||
|---|---|---|---|
| |||
...that also fixed a bug in the template argument matching code, so it was a... | |||
October 16, 2022 Issues » [Issue 16992] ddoc does not match documented unittest with static template method | |||
|---|---|---|---|
| |||
...note that `static` is missing from the template methods: https://dlang.org/phobos/std_datetime... | |||
October 16, 2022 Issues » [Issue 16992] ddoc does not match documented unittest with static template method | |||
|---|---|---|---|
| |||
...only happens when the method is a template. Reduced test case:
struct Date
{
///
static void... | |||
October 16, 2022 Issues » [Issue 16992] ddoc does not match documented unittest with static template method | |||
|---|---|---|---|
| |||
...documented unittest with
|blocks for fromISOString, |static template method
|fromISOExtString, and |
|fromSimpleString into the |
|documentation |
-- | |||
October 16, 2022 Issues » [Issue 23382] Non-template requirement for copy constructors is undocumented | |||
|---|---|---|---|
| |||
...previously-undocumented requirement. Fixes Issue 23382 - Non-template requirement for copy constructors is undocumented https... | |||
Copyright © 1999-2021 by the D Language Foundation