MCPcopy 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
7int 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

beginFunction · 0.50

Tested by

no test coverage detected