Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
03.08-rangesSafety1/main.cpp:7–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
#include <string>
6
7
int main()
8
{
9
#if WILL_NOT_COMPILE
10
auto it = std::ranges::begin(std::string{
"Urg"
});
11
12
#endif /* WILL_NOT_COMPILE */
13
}
Callers
nothing calls this directly
Calls
1
begin
Function · 0.50
Tested by
no test coverage detected