Skip to content

Conversation

NathanaelA
Copy link
Contributor

This has the full change set to build under XCode 12.01 with LLVM 8.01

@cla-bot cla-bot bot removed the cla: yes label Oct 11, 2020
const char* name = std::to_string(i).c_str();
// Convert array index to a string value
char* name = new char[sizeArray];
sprintf(name, "%lu", i);

This comment was marked as abuse.

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

Successfully merging this pull request may close these issues.

2 participants