jennylia / elements-of-programming-interviews

Automatically exported from code.google.com/p/elements-of-programming-interviews
Other
0 stars 0 forks source link

Patch for /trunk/Sudoku_solve.cpp #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Didn't compile on my computer without including <iterator>

Original issue reported on code.google.com by tplee...@gmail.com on 4 May 2013 at 1:38

Attachments:

GoogleCodeExporter commented 8 years ago
What compiler you are using now? We use clang++ -Werror TargetFile.cpp 
-stdlib=libc++ -std=c++11 -O3 to compile it on Mac, and it works fine.

Original comment by TsungHsi...@gmail.com on 5 May 2013 at 2:32

GoogleCodeExporter commented 8 years ago

Original comment by TsungHsi...@gmail.com on 7 Nov 2013 at 4:55