We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2515270 commit 9f3e15fCopy full SHA for 9f3e15f
src/include/OpenImageIO/strutil.h
@@ -1002,7 +1002,7 @@ bool OIIO_UTIL_API
1002
parse_values(string_view& str, string_view prefix, span<int> values,
1003
string_view sep = "", string_view postfix = "",
1004
bool eat = true) noexcept;
1005
-/// parse_values for int.
+/// parse_values for float.
1006
bool OIIO_UTIL_API
1007
parse_values(string_view& str, string_view prefix, span<float> values,
1008
0 commit comments