Details

    Description

      https://en.cppreference.com/w/cpp/container/span

      This should be used instead of a such arguments T *ptr, size_t size, const std::vector<T> &v.

      Especially pointer and size pair is harmful: easy to use incorrect, hard to read the code.

      Class is non-owning! It's just a reference to something.

      Do not use it for strings! Another things exists for strings: https://en.cppreference.com/w/cpp/string/basic_string_view

      Suggestion to use are here https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines

      Attachments

        Activity

          kevg Eugene Kosov (Inactive) created issue -
          kevg Eugene Kosov (Inactive) made changes -
          Field Original Value New Value
          Rank Ranked higher
          kevg Eugene Kosov (Inactive) made changes -
          Description https://en.cppreference.com/w/cpp/container/span

          This should be used instead of a such arguments {{T *ptr, size_t size}}, {{const std::vector<T> &v}}.

          Especially pointer and size pair is harmful: easy to use incorrect, hard to read the code.

          Class is non-owning! It's just a reference to something.

          Suggestion to use are here https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
          https://en.cppreference.com/w/cpp/container/span

          This should be used instead of a such arguments {{T *ptr, size_t size}}, {{const std::vector<T> &v}}.

          Especially pointer and size pair is harmful: easy to use incorrect, hard to read the code.

          Class is non-owning! It's just a reference to something.

          Do not use it for strings! Another things exists for strings: https://en.cppreference.com/w/cpp/string/basic_string_view

          Suggestion to use are here https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
          kevg Eugene Kosov (Inactive) made changes -
          Status Open [ 1 ] In Progress [ 3 ]
          kevg Eugene Kosov (Inactive) made changes -
          Assignee Eugene Kosov [ kevg ] Marko Mäkelä [ marko ]
          Status In Progress [ 3 ] In Review [ 10002 ]
          marko Marko Mäkelä made changes -
          Assignee Marko Mäkelä [ marko ] Eugene Kosov [ kevg ]
          Status In Review [ 10002 ] Stalled [ 10000 ]
          kevg Eugene Kosov (Inactive) made changes -
          Component/s Storage Engine - InnoDB [ 10129 ]
          Fix Version/s 10.2.27 [ 23717 ]
          Fix Version/s 10.3.18 [ 23719 ]
          Fix Version/s 10.4.8 [ 23721 ]
          Fix Version/s 10.2 [ 14601 ]
          Fix Version/s 10.3 [ 22126 ]
          Fix Version/s 10.4 [ 22408 ]
          Resolution Fixed [ 1 ]
          Status Stalled [ 10000 ] Closed [ 6 ]
          serg Sergei Golubchik made changes -
          Workflow MariaDB v3 [ 98357 ] MariaDB v4 [ 134048 ]

          People

            kevg Eugene Kosov (Inactive)
            kevg Eugene Kosov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.