waiting for full review on String wrapper
This commit is contained in:
@@ -134,7 +134,6 @@ namespace OpenVulkano
|
||||
}
|
||||
}
|
||||
|
||||
// Makes "i am a string" to "I Am A String" also need a better name for the function
|
||||
void FirstLettersUpper()
|
||||
{
|
||||
for (size_t i = 0; i < m_string.size(); ++i)
|
||||
|
||||
Reference in New Issue
Block a user