Skip to content

Instantly share code, notes, and snippets.

@DragonOsman
Created December 10, 2021 18:12
Show Gist options
  • Select an option

  • Save DragonOsman/2302d91b2be498616c4b2d032cf1994e to your computer and use it in GitHub Desktop.

Select an option

Save DragonOsman/2302d91b2be498616c4b2d032cf1994e to your computer and use it in GitHub Desktop.
1>E:\programming\visual_studio_2019\Projects\beginningcpp20\chapter7ex6\chapter7ex6\chapter7ex6.cpp(80,34): error C2062: type 'auto' unexpected
1>E:\programming\visual_studio_2019\Projects\beginningcpp20\chapter7ex6\chapter7ex6\chapter7ex6.cpp(80,34): error C2065: '<range>$L1': undeclared identifier
1>E:\programming\visual_studio_2019\Projects\beginningcpp20\chapter7ex6\chapter7ex6\chapter7ex6.cpp(80,47): error C3536: '<begin>$L1': cannot be used before it is initialized
1>E:\programming\visual_studio_2019\Projects\beginningcpp20\chapter7ex6\chapter7ex6\chapter7ex6.cpp(80,47): error C3536: '<end>$L1': cannot be used before it is initialized
1>E:\programming\visual_studio_2019\Projects\beginningcpp20\chapter7ex6\chapter7ex6\chapter7ex6.cpp(80,47): error C2100: illegal indirection
1>E:\programming\visual_studio_2019\Projects\beginningcpp20\chapter7ex6\chapter7ex6\chapter7ex6.cpp(80,47): error C2440: 'initializing': cannot convert from 'int' to 'const std::string &'
1>E:\programming\visual_studio_2019\Projects\beginningcpp20\chapter7ex6\chapter7ex6\chapter7ex6.cpp(80,47): message : Reason: cannot convert from 'int' to 'const std::string'
1>E:\programming\visual_studio_2019\Projects\beginningcpp20\chapter7ex6\chapter7ex6\chapter7ex6.cpp(80,47): message : No constructor could take the source type, or constructor overload resolution was ambiguous
1>E:\programming\visual_studio_2019\Projects\beginningcpp20\chapter7ex6\chapter7ex6\chapter7ex6.cpp(85,1): error C2059: syntax error: '}'
1>E:\programming\visual_studio_2019\Projects\beginningcpp20\chapter7ex6\chapter7ex6\chapter7ex6.cpp(85,1): error C2143: syntax error: missing ';' before '}'
1>Done building project "chapter7ex6.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment