Advertisement
Guest User

Untitled

a guest
May 26th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.91 KB | None | 0 0
  1. In file included from /tmp/tmpvjnf3x0f.cpp:241:0:
  2. include/asserts.h: In instantiation of 'std::ostream& belts::operator<<(std::ostream&, const std::vector<T>&) [with T = std::vector<std::vector<int> >; std::ostream = std::basic_ostream<char>]':
  3. include/asserts.h:68:11:   required from 'belts::StringBuilder&& belts::operator<<(belts::StringBuilder&&, const T&) [with T = std::vector<std::vector<std::vector<int> > >]'
  4. include/asserts.h:82:15:   required from 'void belts::AssertEqual(const T&, const U&, const string&) [with T = std::vector<std::vector<std::vector<int> > >; U = std::vector<std::vector<std::vector<int> > >; std::__cxx11::string = std::__cxx11::basic_string<char>]'
  5. /tmp/tmpvjnf3x0f.cpp:397:72:   required from here
  6. include/asserts.h:19:9: error: no match for 'operator!' (operand type is 'const std::vector<std::vector<int> >')
  7.      if (!first) {
  8.          ^~~~~~
  9. compilation terminated due to -Wfatal-errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement