Skip to content

Instantly share code, notes, and snippets.

@nqn
Created December 2, 2013 17:51
Show Gist options
  • Save nqn/7753492 to your computer and use it in GitHub Desktop.
Save nqn/7753492 to your computer and use it in GitHub Desktop.
In file included from ../../../../3rdparty/libprocess/3rdparty/stout/tests/set_tests.cpp:3:0:
../../../../3rdparty/libprocess/3rdparty/stout/include/stout/set.hpp: In instantiation of ‘Set<T>::Set(const T&) [with T = int]’:
../../../../3rdparty/libprocess/3rdparty/stout/tests/set_tests.cpp:7:3: required from here
../../../../3rdparty/libprocess/3rdparty/stout/include/stout/set.hpp:13:14: error: ‘insert’ was not declared in this scope, and no declarations were found by argument-dependent look
up at the point of instantiation [-fpermissive]
insert(t1);
^
../../../../3rdparty/libprocess/3rdparty/stout/include/stout/set.hpp:13:14: note: declarations in dependent base ‘std::set<int, std::less<int>, std::allocator<int> >’ are not found
by unqualified lookup
../../../../3rdparty/libprocess/3rdparty/stout/include/stout/set.hpp:13:14: note: use ‘this->insert’ instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment