Skip to content

Commit

Permalink
Update README to reflect use of beman.iterator_interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ednolan committed Nov 15, 2024
1 parent a76a39b commit 943cb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ beman.utf_view has the following minimum compiler requirements:

### Dependencies

beman.utf_view depends on [Boost.STLInterfaces](https://github.com/boostorg/stl_interfaces). It brings in this library and its dependencies via git submodules. If you add beman.utf_view to your project your project already uses Boost, it will target your project's stl_interfaces instead of using its own submodule.
beman.utf_view depends on [beman.iterator_interface](https://github.com/beman-project/iterator_interface). It brings in this library via CMake FetchContent.

### Instructions

Expand Down

0 comments on commit 943cb30

Please sign in to comment.