Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build errors on main #5

Closed
snappyappleTheSimple opened this issue Nov 3, 2022 · 0 comments
Closed

Build errors on main #5

snappyappleTheSimple opened this issue Nov 3, 2022 · 0 comments

Comments

@snappyappleTheSimple
Copy link
Collaborator

teamdata.cpp fails to build providing the following errors:
teamdata.cpp:14: error: C4576: a parenthesized type followed by an initializer list is a non-standard explicit type conversion syntax
teamdata.cpp:14: error: C2143: syntax error: missing ';' before '['
teamdata.cpp:14: error: C2440: 'return': cannot convert from 'const std::string [2]' to 'std::basic_string<char,std::char_traits,std::allocator>'
..\NFL-Pamphlet\teamdata.cpp(14): note: No constructor could take the source type, or constructor overload resolution was ambiguous
teamdata.cpp:14: error: C2337: 'conference': attribute not found
teamdata.cpp:15: error: C4576: a parenthesized type followed by an initializer list is a non-standard explicit type conversion syntax
teamdata.cpp:15: error: C2143: syntax error: missing ';' before '['
teamdata.cpp:15: error: C2440: 'return': cannot convert from 'const std::string [4]' to 'std::basic_string<char,std::char_traits,std::allocator>'
..\NFL-Pamphlet\teamdata.cpp(15): note: No constructor could take the source type, or constructor overload resolution was ambiguous
teamdata.cpp:15: error: C2337: 'division': attribute not found
teamdata.cpp:17: error: C4576: a parenthesized type followed by an initializer list is a non-standard explicit type conversion syntax
teamdata.cpp:17: error: C2143: syntax error: missing ';' before '['
teamdata.cpp:17: error: C2440: 'return': cannot convert from 'const std::string [3]' to 'std::basic_string<char,std::char_traits,std::allocator>'
..\NFL-Pamphlet\teamdata.cpp(17): note: No constructor could take the source type, or constructor overload resolution was ambiguous
teamdata.cpp:17: error: C2337: 'roofType': attribute not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant