Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ||=== Build: Debug in test (compiler: GNU GCC Compiler) ===|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp||In function 'std::vector<std::vector<std::basic_string<char> > > read_csv(const string&, char)':|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|33|error: no matching function for call to 'std::basic_ifstream<char>::basic_ifstream(const string&)'|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|33|note: candidates are:|
- H:\CodeBlocks\MinGW\lib\gcc\mingw32\4.9.2\include\c++\fstream|470|note: std::basic_ifstream<_CharT, _Traits>::basic_ifstream(const char*, std::ios_base::openmode) [with _CharT = char; _Traits = std::char_traits<char>; std::ios_base::openmode = std::_Ios_Openmode]|
- H:\CodeBlocks\MinGW\lib\gcc\mingw32\4.9.2\include\c++\fstream|470|note: no known conversion for argument 1 from 'const string {aka const std::basic_string<char>}' to 'const char*'|
- H:\CodeBlocks\MinGW\lib\gcc\mingw32\4.9.2\include\c++\fstream|456|note: std::basic_ifstream<_CharT, _Traits>::basic_ifstream() [with _CharT = char; _Traits = std::char_traits<char>]|
- H:\CodeBlocks\MinGW\lib\gcc\mingw32\4.9.2\include\c++\fstream|456|note: candidate expects 0 arguments, 1 provided|
- H:\CodeBlocks\MinGW\lib\gcc\mingw32\4.9.2\include\c++\fstream|430|note: std::basic_ifstream<char>::basic_ifstream(const std::basic_ifstream<char>&)|
- H:\CodeBlocks\MinGW\lib\gcc\mingw32\4.9.2\include\c++\fstream|430|note: no known conversion for argument 1 from 'const string {aka const std::basic_string<char>}' to 'const std::basic_ifstream<char>&'|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|43|error: 'class std::vector<std::basic_string<char> >' has no member named 'emplace_back'|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|44|error: 'class std::vector<std::vector<std::basic_string<char> > >' has no member named 'emplace_back'|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp||In function 'int main(int, char**)':|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|64|warning: 'auto' changes meaning in C++11; please remove it [-Wc++0x-compat]|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|64|error: 'table' does not name a type|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|67|error: 'table' was not declared in this scope|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|74|warning: lambda expressions only available with -std=c++11 or -std=gnu++11|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|78|warning: 'auto' changes meaning in C++11; please remove it [-Wc++0x-compat]|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|78|error: 'N' does not name a type|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|81|error: 'N' was not declared in this scope|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|86|warning: 'auto' changes meaning in C++11; please remove it [-Wc++0x-compat]|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|86|error: 's' does not name a type|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|88|error: expected ';' before 'std'|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|89|error: expected primary-expression before '}' token|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|89|error: expected ')' before '}' token|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|89|error: expected primary-expression before '}' token|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|84|warning: unused variable 'b' [-Wunused-variable]|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|97|warning: 'auto' changes meaning in C++11; please remove it [-Wc++0x-compat]|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|97|error: 's' does not name a type|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|99|error: expected ';' before 'std'|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|100|error: expected primary-expression before '}' token|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|100|error: expected ')' before '}' token|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|100|error: expected primary-expression before '}' token|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|95|warning: unused variable 'b' [-Wunused-variable]|
- C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|79|warning: unused variable 'commas' [-Wunused-variable]|
- ||=== Build failed: 17 error(s), 8 warning(s) (0 minute(s), 0 second(s)) ===|
Add Comment
Please, Sign In to add comment