Skip to content

Commit

Permalink
[DOC] Fixes CI markdown error MD055 - Table pipe style (#2517)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Jan 29, 2024
1 parent 7cc781e commit 732f0b2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/building-with-stdlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,15 @@ Valid values for `OPENTELEMETRY_STL_VERSION` are `2011`, `2014`, `2017`, `2020`

List of compilers that support building with standard library classes:

Compiler | Language standard | Notes
-------------------|-------------------|-------------------
Visual Studio 2015 | C++14 | requires `gsl::span` for `std::span` implementation
Visual Studio 2017 | C++17 | requires `gsl::span` for `std::span` implementation
Visual Studio 2019 | C++20 |
Xcode 11.x | C++17 | requires `gsl::span` for `std::span` implementation
Xcode 12.x | C++20 |
gcc-7 | C++17 | requires `gsl::span` for `std::span` implementation
gcc-9+ | C++20 |
| Compiler | Language standard | Notes |
| ------------------ | ----------------- | --------------------------------------------------- |
| Visual Studio 2015 | C++14 | requires `gsl::span` for `std::span` implementation |
| Visual Studio 2017 | C++17 | requires `gsl::span` for `std::span` implementation |
| Visual Studio 2019 | C++20 | |
| Xcode 11.x | C++17 | requires `gsl::span` for `std::span` implementation |
| Xcode 12.x | C++20 | |
| gcc-7 | C++17 | requires `gsl::span` for `std::span` implementation |
| gcc-9+ | C++20 | |

If SDK is compiled without standard library classes, then `nostd::variant`
implementation internally uses a private snapshot of [Abseil
Expand Down

2 comments on commit 732f0b2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp api Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 732f0b2 Previous: 7cc781e Ratio
BM_ProcYieldSpinLockThrashing/2/process_time/real_time 0.682605411412366 ms/iter 0.14176519437767993 ms/iter 4.82

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 732f0b2 Previous: 7cc781e Ratio
BM_NoopSpanCreation 296.432439246022 ns/iter 142.93751622257614 ns/iter 2.07
BM_BaselineBuffer/1 9046027.660369873 ns/iter 678930.0441741943 ns/iter 13.32

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.