Skip to content

Commit be4c675

Browse files
committed
test03.cpp
1 parent e84ba04 commit be4c675

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

section1/test03.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ void case1()
2424

2525
#if __GNUC__ <= 4
2626
cout << "gcc is too old" << endl;
27+
#else
28+
cout << "gcc is good enough" << endl;
2729
#endif
2830

2931
#ifndef NDEBUG

0 commit comments

Comments
 (0)