Refreshed STL test

pull/478/head
Przemek Wirkus 2014-09-03 09:49:22 +01:00
parent ce8543ecc8
commit 451f3b2166
1 changed files with 0 additions and 5 deletions

View File

@ -60,14 +60,9 @@ struct greaterAbs {
int main() int main()
{ {
char buffer[BUFFER_SIZE] = {0};
int p_integers[] = {POSITIVE_INTEGERS}; int p_integers[] = {POSITIVE_INTEGERS};
int n_integers[] = {NEGATIVE_INTEGERS}; int n_integers[] = {NEGATIVE_INTEGERS};
float floats[] = {FLOATS}; float floats[] = {FLOATS};
//std::vector<int> v_nints(n_integers, n_integers + TABLE_SIZE(n_integers));
//std::vector<int> v_floats(floats, floats + TABLE_SIZE(floats));
bool result = true; bool result = true;
{ {