fork download
  1. In file included from main.cpp:5:
  2. In file included from ./track.h:2:
  3. In file included from ../..\mpd/value_iterator/value_iterator.h:1:
  4. In file included from C:/MinGW/bin\..\lib\clang\3.1/../../../include/c++/4.5.4\iterator:64:
  5. In file included from C:/MinGW/bin\..\lib\clang\3.1/../../../include/c++/4.5.4\ostream:39:
  6. In file included from C:/MinGW/bin\..\lib\clang\3.1/../../../include/c++/4.5.4\ios:39:
  7. In file included from C:/MinGW/bin\..\lib\clang\3.1/../../../include/c++/4.5.4\exception:150:
  8. C:/MinGW/bin\..\lib\clang\3.1/../../../include/c++/4.5.4\exception_ptr.h(132,12) : error: unknown type name 'type_info'
  9. const type_info*
  10. ^
  11. In file included from main.cpp:5:
  12. In file included from ./track.h:2:
  13. In file included from ../..\mpd/value_iterator/value_iterator.h:1:
  14. In file included from C:/MinGW/bin\..\lib\clang\3.1/../../../include/c++/4.5.4\iterator:64:
  15. In file included from C:/MinGW/bin\..\lib\clang\3.1/../../../include/c++/4.5.4\ostream:39:
  16. In file included from C:/MinGW/bin\..\lib\clang\3.1/../../../include/c++/4.5.4\ios:39:
  17. In file included from C:/MinGW/bin\..\lib\clang\3.1/../../../include/c++/4.5.4\exception:151:
  18. C:/MinGW/bin\..\lib\clang\3.1/../../../include/c++/4.5.4\nested_exception.h(62,4) : error: the parameter for this explicitly-defaulted copy constructor is const, but a member or base requires it to be non-const
  19. nested_exception(const nested_exception&) = default;
  20. ^
  21. C:/MinGW/bin\..\lib\clang\3.1/../../../include/c++/4.5.4\nested_exception.h(64,22) : error: the parameter for this explicitly-defaulted copy assignment operator is const, but a member or base requires it to be non-const
  22. nested_exception& operator=(const nested_exception&) = default;
  23. ^
  24. C:/MinGW/bin\..\lib\clang\3.1/../../../include/c++/4.5.4\nested_exception.h(77,27) : error: exception specification in declaration does not match previous declaration
  25. inline nested_exception::~nested_exception() = default;
  26. ^
  27. C:/MinGW/bin\..\lib\clang\3.1/../../../include/c++/4.5.4\nested_exception.h(66,19) : note: previous declaration is here
  28. inline virtual ~nested_exception();
  29. ^
  30. C:/MinGW/bin\..\lib\clang\3.1/../../../include/c++/4.5.4\nested_exception.h(122,60) : error: redefinition of default argument
  31. __throw_with_nested(_Ex&& __ex, const nested_exception* = 0)
  32. ^ ~
  33. C:/MinGW/bin\..\lib\clang\3.1/../../../include/c++/4.5.4\nested_exception.h(110,55) : note: previous definition is here
  34. __throw_with_nested(_Ex&&, const nested_exception* = 0)
  35. ^ ~
  36. 5 errors generated.
  37.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty