MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / sortedList

Function sortedList

01.40-printSorted0/main.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27#ifdef WILL_NOT_COMPILE
28void sortedList()
29{
30 std::list<int> l{36, 2, 5};
31
32 PrintSorted(l);
33}
34
35#endif
36

Callers

nothing calls this directly

Calls 1

PrintSortedFunction · 0.70

Tested by

no test coverage detected