mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Improve PCH example
[SVN r35837]
This commit is contained in:
@@ -5,7 +5,15 @@
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
|
||||
#ifdef BOOST_BUILD_PCH_ENABLED
|
||||
|
||||
#ifdef FOO2
|
||||
int bar();
|
||||
#endif
|
||||
|
||||
class TestClass {
|
||||
public:
|
||||
TestClass(int, int) {}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user