Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.08 KB | None | 0 0
  1. In file included from /home/pi/lab/cnenos/src/Configuracion.hpp:7:0,
  2. from /home/pi/lab/cnenos/src/Gateway.hpp:4,
  3. from /home/pi/lab/cnenos/src/Gateway.cpp:1:
  4. /home/pi/.hunter/_Base/60e121f/2620915/15e92a9/Install/include/nlohmann/json.hpp: In member function ‘nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType,
  5. NumberFloatType, AllocatorType, JSONSerializer>::value_type& nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSer
  6. ializer>::operator[](nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer>::size_type) [with ObjectType = s
  7. td::map; ArrayType = std::vector; StringType = std::__cxx11::basic_string<char>; BooleanType = bool; NumberIntegerType = long long int; NumberUnsignedType = long long unsigned int; NumberFloatType = double; Al
  8. locatorType = std::allocator; JSONSerializer = nlohmann::adl_serializer]’:
  9. /home/pi/.hunter/_Base/60e121f/2620915/15e92a9/Install/include/nlohmann/json.hpp:15378:17: note: parameter passing for argument of type ‘std::vector<nlohmann::basic_json<>, std::allocator<nlohmann::basic_json<
  10. > > >::const_iterator {aka __gnu_cxx::__normal_iterator<const nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<>, std::allocator<nlohmann::basic_json<> > > >}’ will change in GCC 7.1
  11. m_value.array->insert(m_value.array->end(),
  12. ^~~~~~~
  13. In file included from /usr/include/c++/6/map:61:0,
  14. from /home/pi/.hunter/_Base/60e121f/2620915/15e92a9/Install/include/nlohmann/json.hpp:54,
  15. from /home/pi/lab/cnenos/src/Configuracion.hpp:7,
  16. from /home/pi/lab/cnenos/src/Gateway.hpp:4,
  17. from /home/pi/lab/cnenos/src/Gateway.cpp:1:
  18. /usr/include/c++/6/bits/stl_map.h: In member function ‘std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](std::map<_Key, _Tp, _Compare, _Alloc>::key_type&&) [
  19. with _Key = std::__cxx11::basic_string<char>; _Tp = nlohmann::basic_json<>; _Compare = std::less<std::__cxx11::basic_string<char> >; _Alloc = std::allocator<std::pair<const std::__cxx11::basic_string<char>, nl
  20. ohmann::basic_json<> > >]’:
  21. /usr/include/c++/6/bits/stl_map.h:502:4: note: parameter passing for argument of type ‘std::_Rb_tree<std::__cxx11::basic_string<char>, std::pair<const std::__cxx11::basic_string<char>, nlohmann::basic_json<> >
  22. , std::_Select1st<std::pair<const std::__cxx11::basic_string<char>, nlohmann::basic_json<> > >, std::less<std::__cxx11::basic_string<char> >, std::allocator<std::pair<const std::__cxx11::basic_string<char>, nl
  23. ohmann::basic_json<> > > >::const_iterator {aka std::_Rb_tree_const_iterator<std::pair<const std::__cxx11::basic_string<char>, nlohmann::basic_json<> > >}’ will change in GCC 7.1
  24. __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct,
  25. ^~~
  26. In file included from /usr/include/c++/6/vector:64:0,
  27. from /home/pi/.hunter/_Base/60e121f/2620915/15e92a9/Install/include/nlohmann/json.hpp:57,
  28. from /home/pi/lab/cnenos/src/Configuracion.hpp:7,
  29. from /home/pi/lab/cnenos/src/Gateway.hpp:4,
  30. from /home/pi/lab/cnenos/src/Gateway.cpp:1:
  31. /usr/include/c++/6/bits/stl_vector.h: In member function ‘std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(std::vector<_Tp, _Alloc>::const_iterator, std::vector<_Tp, _Alloc>::size_type, cons
  32. t value_type&) [with _Tp = nlohmann::basic_json<>; _Alloc = std::allocator<nlohmann::basic_json<> >]’:
  33. /usr/include/c++/6/bits/stl_vector.h:1052:7: note: parameter passing for argument of type ‘std::vector<nlohmann::basic_json<>, std::allocator<nlohmann::basic_json<> > >::const_iterator {aka __gnu_cxx::__normal
  34. _iterator<const nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<>, std::allocator<nlohmann::basic_json<> > > >}’ will change in GCC 7.1
  35. insert(const_iterator __position, size_type __n, const value_type& __x)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement