mirror of
https://github.com/boostorg/build.git
synced 2026-02-12 12:02:24 +00:00
* new/builtin.jam: Make 'obj' main type.
* new/generators-test/*: Try compiling the same CPP file with
different defines and linking in the same exe.
[SVN r15649]
8 lines
103 B
C++
8 lines
103 B
C++
|
|
#if SELECT == 1
|
|
void z1() {}
|
|
#elif SELECT == 2
|
|
void z2() {}
|
|
#else
|
|
#error Invlid value of SELECT
|
|
#endif |