Advertisement
hbar

Untitled

Jun 10th, 2013
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_common.h:7:19: error: no member named 'std' in
  2. the global namespace
  3. namespace std = ::std::tr1;
  4. ~~^
  5. /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_common.h:7:24: error: expected namespace name
  6. namespace std = ::std::tr1;
  7. ^
  8. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/core.cpp:7:
  9. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/../include/wheel_core.h:11:
  10. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_string.h:9:
  11. /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_common.h:7:11: error: redefinition of 'std'
  12. namespace std = ::std::tr1;
  13. ^
  14. /usr/include/c++/4.2.1/cstdlib:202:26: note: previous definition is here
  15. _GLIBCXX_BEGIN_NAMESPACE(std)
  16. ^
  17. /usr/include/c++/4.2.1/bits/c++config.h:80:48: note: expanded from macro '_GLIBCXX_BEGIN_NAMESPACE'
  18. # define _GLIBCXX_BEGIN_NAMESPACE(X) namespace X _GLIBCXX_VISIBILITY_DEFAULT {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement