Skip to content

Commit

Permalink
Remove recommendation to use absl::visit over std::visit in XLS style…
Browse files Browse the repository at this point in the history
… guide.

PiperOrigin-RevId: 648052943
  • Loading branch information
mikex-oss authored and copybara-github committed Jun 30, 2024
1 parent 63bc7d0 commit e1c9ebf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs_src/xls_style.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ in the XLS project, with the relevant Google style guides
functions and as factories it is unlikely the static qualifier will be
dropped in the future to put the comments out of sync.
* We prefer `absl::visit` over `std::visit` as it is reportedly higher
performance.
* We use C++ standard-library filesystem functions and data structures, in the
absence of an accepted open-source alternative other than Boost.
Expand Down

0 comments on commit e1c9ebf

Please sign in to comment.