This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
dmd
Watch
1
Star
0
Fork
You've already forked dmd
0
mirror of
https://github.com/dlang/dmd.git
synced
2025-04-26 05:00:16 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5
d66ef6a26d
dmd
/
compiler
/
test
/
compilable
/
placementnew.d
Walter Bright
73158d8a78
add Placement New
2025-03-03 16:23:02 +10:00
4 lines
42 B
D
Raw
Blame
History
void
f
(
int
*
p
)
@nogc
{
new
(
*
p
)
int
;
}
Reference in a new issue
View git blame
Copy permalink