gazebosim/gz-common

igniton-common3 uses string_view with c++11 which is a feature of c++17

オープン

#239 opened on 2021/08/18

 (2 件のコメント) (0 件のリアクション) (1 人の担当者)C++ (59 件のフォーク)auto 404
bughelp wanted

Repository metrics

Stars
 (28 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Environment

  • OS Version: Debian Sid, GCC11
  • ign-common3 in debian, version 3.5.0

Description

Steps to reproduce

  1. Install gcc11
  2. Compile code

Not sure how we want to resolve the problem. Seems like the own gtest is using absl::string_view which maybe an alternative until we have ign-common with c++17 enabled.

コントリビューターガイド