abseil / abseil/abseil-cpp

Allow Bazel users to include Abseil headers with angle brackets.

Open
#740 2 comments 3 reactions 1 assignee Claimed by @EricWF View on GitHub
Dominant language
C++
Stars
18.1k
Forks
3.2k
Avg merge
20h 36m
Merged PRs (30d)
1

Description

Because we use Abseil with both CMake and Bazel, and we sometimes use Abseil from `/usr/include` (or `/usr/local/include` or some other $PREFIX) we need to always include Abseil headers with either quotes (`#include "absl/..."`) or angle brackets (`#include `).

We would prefer to include Abseil with angle brackets. In some platforms that allows us to treat warnings as errors (`-Werror -Wall -W...` or `/WX /W3`) even if the Abseil code is not "clean" for some warning. In general Abseil is very very clean, thanks! But there are a few exceptions, e.g. #582 .

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.