gazebosim/gz-common

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

Offen

#239 geöffnet am 18.08.2021

 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C++ (59 Forks)auto 404
bughelp wanted

Repository-Metriken

Stars
 (28 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 9T 6h) (30 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide