This generator expression joins a list with a separator. The separator may contain arbitrary content, such as commas, which is ordinarily a delimiter in the generator expression syntax.
19 lines
273 B
C++
19 lines
273 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"
|
|
#include "arguments.h"
|
|
#include "list.h"
|
|
#include "target.h"
|
|
#include "prefix_foo_bar_bat.h"
|
|
|
|
int main(int, char**)
|
|
{
|
|
return 0;
|
|
}
|