This use of generator expressions, like all others to come which operate on target properties, must initalize the dag checker.
15 lines
180 B
C++
15 lines
180 B
C++
|
|
#include "bar.h"
|
|
#include "bat.h"
|
|
#include "foo.h"
|
|
#include "baz.h"
|
|
#include "bang.h"
|
|
#include "bing.h"
|
|
#include "bung.h"
|
|
#include "ting.h"
|
|
|
|
int main(int, char**)
|
|
{
|
|
return 0;
|
|
}
|