Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Queequeg92 committed Nov 20, 2014
2 parents 1c135d4 + 2aa8bb9 commit e3ee746
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ch17/ex17.14.15.16/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
//! initialized with "[^c]ei"? Test your program using that pattern to see
//! whether your expectations were correct.

//! Note: The program compiles with gcc version 4.9 or higher.
//! Note: There are some bugs in gcc(include the latest version 4.9.2) to handle
//! regular expression.To compile this program, please turn to other
//! compilers such as msvs2013 and clang.

#include <iostream>
using std::cout;
Expand Down

0 comments on commit e3ee746

Please sign in to comment.