Skip to content

Commit

Permalink
Note that we use the standard library for our filesystem interactions
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 647831607
  • Loading branch information
ericastor authored and copybara-github committed Jun 28, 2024
1 parent d61bc36 commit b545dd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs_src/xls_style.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ in the XLS project, with the relevant Google style guides
* 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.

### Functions

* Short or easily-explained argument lists (as defined by the developer) can
Expand Down

0 comments on commit b545dd5

Please sign in to comment.