Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
#![Boost.Range](doc/logo/logo_bkg.png)

Boost.Range, part of the [Boost C++ Libraries](http://github.com/boostorg), a collection of concepts and utilities, range-based algorithms, as well as range adaptors that allow for efficient and expressive code.

### Directories

* **doc** - QuickBook documentation sources
* **include** - the sourcecode of Boost.Range
* **test** - Boost.Range unit tests

### More information

* [Documentation](http://boost.org/libs/range)
Loading