move paradiseo/eo to deprecated/ before merge with eodev
This commit is contained in:
parent
948da627ea
commit
0c5120f675
717 changed files with 0 additions and 0 deletions
|
|
@ -1,30 +0,0 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <time.h>
|
||||
#include <eoSecondsElapsedContinue.h>
|
||||
#include <eoPop.h>
|
||||
#include <EO.h>
|
||||
|
||||
class Dummy : public EO<double> {};
|
||||
|
||||
int main() {
|
||||
|
||||
eoPop<Dummy> pop;
|
||||
|
||||
eoSecondsElapsedContinue<Dummy> cnt(1);
|
||||
|
||||
time_t start_time = time(0);
|
||||
|
||||
while (cnt(pop)) {}
|
||||
|
||||
time_t end_time = time(0);
|
||||
|
||||
int diff = end_time = start_time;
|
||||
|
||||
if (diff < 1) return 1;
|
||||
|
||||
return 0;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue