Advertisement
Guest User

Untitled

a guest
Sep 30th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. 1>------ Build started: Project: UnorderedMultimapIndexing, Configuration: Debug Win32 ------
  2. 1> stdafx.cpp
  3. 1> UnorderedMultimapIndexing.cpp
  4. 1>d:\test\unorderedmultimapindexing\unorderedmultimapindexing.cpp(16): error C2676: binary '[' : 'std::unordered_multimap<_Kty,_Ty>' does not define this operator or a conversion to a type acceptable to the predefined operator
  5. 1> with
  6. 1> [
  7. 1> _Kty=int,
  8. 1> _Ty=int
  9. 1> ]
  10. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement