Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
08.19-makeUniqueWithAnAggregate0/main.cpp:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
const auto* pt = new Point(4, 5);
16
17
int main()
18
{
19
auto pt = std::make_unique<Point>(4, 5);
20
}
21
#else
22
int main()
23
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected