Skip to content

Commit

Permalink
Break down adapters section [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ajg committed Apr 26, 2014
1 parent 67b1a5b commit 26dc617
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,16 +173,20 @@ Components
- `complex`
* `std::complex`
- `container`
* `std::deque`
* `std::list`
* `deque`
+ `std::deque`
* `list`
+ `std::list`
* `map`
+ `std::map`
+ `std::multimap`
* `set`
+ `std::set`
+ `std::multiset`
* `std::stack`
* `std::vector`
* `stack`
+ `std::stack`
* `vector`
+ `std::vector`
- `memory`
* `std::auto_ptr`
- `none`
Expand Down

0 comments on commit 26dc617

Please sign in to comment.