Skip to content

Commit

Permalink
Fix note information
Browse files Browse the repository at this point in the history
  • Loading branch information
Queequeg92 committed Nov 19, 2014
1 parent 0c0cd41 commit 2aa8bb9
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 2aa8bb9

Please sign in to comment.