Guest User

log2354235

a guest
Sep 21st, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. ||=== Build: Debug in test (compiler: GNU GCC Compiler) ===|
  2.  
  3. 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)':|
  4.  
  5. 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&)'|
  6.  
  7.  
  8. C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|33|note: candidates are:|
  9.  
  10.  
  11. 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]|
  12.  
  13.  
  14. 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*'|
  15.  
  16.  
  17. 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>]|
  18.  
  19.  
  20. H:\CodeBlocks\MinGW\lib\gcc\mingw32\4.9.2\include\c++\fstream|456|note: candidate expects 0 arguments, 1 provided|
  21.  
  22.  
  23. 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>&)|
  24. 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>&'|
  25.  
  26.  
  27. 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'|
  28.  
  29.  
  30. 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'|
  31.  
  32.  
  33. C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp||In function 'int main(int, char**)':|
  34.  
  35.  
  36. 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]|
  37.  
  38.  
  39. C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|64|error: 'table' does not name a type|
  40.  
  41.  
  42. C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|67|error: 'table' was not declared in this scope|
  43.  
  44.  
  45. 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|
  46.  
  47.  
  48. 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]|
  49.  
  50.  
  51. C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|78|error: 'N' does not name a type|
  52.  
  53.  
  54. C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|81|error: 'N' was not declared in this scope|
  55.  
  56.  
  57. 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]|
  58.  
  59.  
  60. C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|86|error: 's' does not name a type|
  61.  
  62.  
  63. C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|88|error: expected ';' before 'std'|
  64.  
  65.  
  66. C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|89|error: expected primary-expression before '}' token|
  67.  
  68.  
  69. C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|89|error: expected ')' before '}' token|
  70.  
  71.  
  72. C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|89|error: expected primary-expression before '}' token|
  73.  
  74.  
  75. C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|84|warning: unused variable 'b' [-Wunused-variable]|
  76.  
  77.  
  78. 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]|
  79.  
  80.  
  81. C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|97|error: 's' does not name a type|
  82.  
  83.  
  84. C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|99|error: expected ';' before 'std'|
  85.  
  86.  
  87. C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|100|error: expected primary-expression before '}' token|
  88.  
  89.  
  90. C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|100|error: expected ')' before '}' token|
  91.  
  92.  
  93. C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|100|error: expected primary-expression before '}' token|
  94.  
  95.  
  96. C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|95|warning: unused variable 'b' [-Wunused-variable]|
  97.  
  98.  
  99. C:\Users\Administrator\Documents\GitHub\self-teach-cpp\test\main.cpp|79|warning: unused variable 'commas' [-Wunused-variable]|
  100.  
  101.  
  102. ||=== Build failed: 17 error(s), 8 warning(s) (0 minute(s), 0 second(s)) ===|
Add Comment
Please, Sign In to add comment