提交 3b34b0a8 编写于 作者: A Alexey Milovidov

Addition to prev. revision [#METR-22008].

上级 ea0b6b36
......@@ -288,7 +288,7 @@ struct ArrayElementNumImpl
{
/** Implementation for constant index.
* If negative = false - index is from beginning of array, started from 1.
* Если negative = true - index is from end of array, started from -1.
* If negative = true - index is from end of array, started from -1.
*/
template <bool negative>
static void vectorConst(
......@@ -346,7 +346,7 @@ struct ArrayElementStringImpl
{
/** Implementation for constant index.
* If negative = false - index is from beginning of array, started from 1.
* Если negative = true - index is from end of array, started from -1.
* If negative = true - index is from end of array, started from -1.
*/
template <bool negative>
static void vectorConst(
......@@ -451,7 +451,7 @@ struct ArrayElementGenericImpl
{
/** Implementation for constant index.
* If negative = false - index is from beginning of array, started from 1.
* Если negative = true - index is from end of array, started from -1.
* If negative = true - index is from end of array, started from -1.
*/
template <bool negative>
static void vectorConst(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册