Boost

Untitled

May 25th, 2015
436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. [ 2%] Building CXX object Engine/CMakeFiles/Engine.dir/Engine.cpp.o
  2. In file included from /home/hhyyrylainen/leviathan/Engine/Script/ScriptExecutor.h:11:0,
  3. from /home/hhyyrylainen/leviathan/Engine/Application/Application.h:7,
  4. from /home/hhyyrylainen/leviathan/Engine/Engine.cpp:6:
  5. /home/hhyyrylainen/leviathan/AngelScript/include/angelscript.h: Funktio ”asUINT asGetTypeTraits()”:
  6. /home/hhyyrylainen/leviathan/AngelScript/include/angelscript.h:597:80: varoitus: ”template<class _Tp> struct std::has_trivial_default_constructor” is deprecated [-Wdeprecated-declarations]
  7. bool hasConstructor = std::is_default_constructible<T>::value && !std::has_trivial_defaul
  8. ^
  9. In file included from /usr/include/c++/5.1.1/bits/move.h:57:0,
  10. from /usr/include/c++/5.1.1/bits/stl_pair.h:59,
  11. from /usr/include/c++/5.1.1/bits/stl_algobase.h:64,
  12. from /usr/include/c++/5.1.1/bits/char_traits.h:39,
  13. from /usr/include/c++/5.1.1/string:40,
  14. from /home/hhyyrylainen/leviathan/Engine/Define.h:13,
  15. from /home/hhyyrylainen/leviathan/Engine/Engine.h:3,
  16. from /home/hhyyrylainen/leviathan/Engine/Engine.cpp:2:
  17. /usr/include/c++/5.1.1/type_traits:1383:12: huom: esitelty täällä
  18. struct has_trivial_default_constructor
  19. ^
  20. In file included from /home/hhyyrylainen/leviathan/Engine/Script/ScriptExecutor.h:11:0,
  21. from /home/hhyyrylainen/leviathan/Engine/Application/Application.h:7,
  22. from /home/hhyyrylainen/leviathan/Engine/Engine.cpp:6:
  23. /home/hhyyrylainen/leviathan/AngelScript/include/angelscript.h:599:80: varoitus: ”template<class _Tp> struct std::has_trivial_copy_assign” is deprecated [-Wdeprecated-declarations]
  24. bool hasAssignmentOperator = std::is_copy_assignable<T>::value && !std::has_trivial_copy_a
  25. ^
  26. In file included from /usr/include/c++/5.1.1/bits/move.h:57:0,
  27. from /usr/include/c++/5.1.1/bits/stl_pair.h:59,
  28. from /usr/include/c++/5.1.1/bits/stl_algobase.h:64,
  29. from /usr/include/c++/5.1.1/bits/char_traits.h:39,
  30. from /usr/include/c++/5.1.1/string:40,
  31. from /home/hhyyrylainen/leviathan/Engine/Define.h:13,
  32. from /home/hhyyrylainen/leviathan/Engine/Engine.h:3,
  33. from /home/hhyyrylainen/leviathan/Engine/Engine.cpp:2:
  34. /usr/include/c++/5.1.1/type_traits:1395:12: huom: esitelty täällä
  35. struct has_trivial_copy_assign
  36. ^
  37. In file included from /home/hhyyrylainen/leviathan/Engine/Script/ScriptExecutor.h:11:0,
  38. from /home/hhyyrylainen/leviathan/Engine/Application/Application.h:7,
  39. from /home/hhyyrylainen/leviathan/Engine/Engine.cpp:6:
  40. /home/hhyyrylainen/leviathan/AngelScript/include/angelscript.h:600:80: varoitus: ”template<class _Tp> struct std::has_trivial_copy_constructor” is deprecated [-Wdeprecated-declarations]
  41. bool hasCopyConstructor = std::is_copy_constructible<T>::value && !std::has_trivial_copy_c
  42. ^
  43. In file included from /usr/include/c++/5.1.1/bits/move.h:57:0,
  44. from /usr/include/c++/5.1.1/bits/stl_pair.h:59,
  45. from /usr/include/c++/5.1.1/bits/stl_algobase.h:64,
  46. from /usr/include/c++/5.1.1/bits/char_traits.h:39,
  47. from /usr/include/c++/5.1.1/string:40,
  48. from /home/hhyyrylainen/leviathan/Engine/Define.h:13,
  49. from /home/hhyyrylainen/leviathan/Engine/Engine.h:3,
  50. from /home/hhyyrylainen/leviathan/Engine/Engine.cpp:2:
  51. /usr/include/c++/5.1.1/type_traits:1389:12: huom: esitelty täällä
  52. struct has_trivial_copy_constructor
Advertisement
Add Comment
Please, Sign In to add comment