Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
k06a committed Mar 22, 2013
1 parent 7281132 commit bc2b117
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Just imagine LINQ support for STL/Qt collections :)

Let's talk about library here: boolinq google group

Get source code here: boolinq-all.h
Get source code here: **boolinq-all.h**

###How it looks like?

####Example with integers:
####Example with integers

```
int src[] = {1,2,3,4,5,6,7,8};
Expand Down Expand Up @@ -81,9 +81,7 @@ int DenisUniqueContactCount =
###Containers supported?

- C++: Native arrays, pairs of pointers

- STL: list, stack, queue, vector, deque, set, map, any compatible ....

- Qt: QList, QVector, QSet, QMap.

###Operators supported?
Expand Down

0 comments on commit bc2b117

Please sign in to comment.