Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 92188a4

Browse files
committedMar 12, 2025·
Move helper function to anonymous namespace
1 parent 7be01cc commit 92188a4

File tree

555 files changed

+330653
-14
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

555 files changed

+330653
-14
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Run manually to reformat a file:
2+
# clang-format -i --style=file <file>
3+
Language: Cpp
4+
BasedOnStyle: Google
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
---
8+
9+
**Describe the bug**
10+
11+
Include a clear and concise description of what the problem is, including what
12+
you expected to happen, and what actually happened.
13+
14+
**Steps to reproduce the bug**
15+
16+
It's important that we are able to reproduce the problem that you are
17+
experiencing. Please provide all code and relevant steps to reproduce the
18+
problem, including your `BUILD`/`CMakeLists.txt` file and build commands. Links
19+
to a GitHub branch or [godbolt.org](https://godbolt.org/) that demonstrate the
20+
problem are also helpful.
21+
22+
**Does the bug persist in the most recent commit?**
23+
24+
We recommend using the latest commit in the master branch in your projects.
25+
26+
**What operating system and version are you using?**
27+
28+
If you are using a Linux distribution please include the name and version of the
29+
distribution as well.
30+
31+
**What compiler and version are you using?**
32+
33+
Please include the output of `gcc -v` or `clang -v`, or the equivalent for your
34+
compiler.
35+
36+
**What build system are you using?**
37+
38+
Please include the output of `bazel --version` or `cmake --version`, or the
39+
equivalent for your build system.
40+
41+
**Additional context**
42+
43+
Add any other context about the problem here.

0 commit comments

Comments
 (0)
Please sign in to comment.