2
0
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:
Vladimir Prus
2006-11-04 17:37:35 +00:00
parent 1787e35156
commit b4a2b1fa2a

View File

@@ -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