Allan Odgaard
|
0f3861fec7
|
Retire custom begin/endof functions
We can now use std::begin/end although for containers we explicitly call the member functions.
|
2012-09-20 12:22:21 +02:00 |
|
Allan Odgaard
|
ebab500ba3
|
Use std::map/set instead of C arrays
These types come with a find() method and avoids having to use helper functions to get the begin/end of the array (for linear search).
|
2012-09-20 12:22:20 +02:00 |
|
Jacob Bandes-Storch
|
fd419fd0b1
|
Use libc++: replace __gnu_cxx with std
|
2012-08-28 13:30:20 +02:00 |
|
Allan Odgaard
|
9894969e67
|
Initial commit
|
2012-08-09 16:25:56 +02:00 |
|