Replace &vector[0] with vector.data() to avoid invalid dereference caught by...
Replace &vector[0] with vector.data() to avoid invalid dereference caught by debug STL. Also move a '*' for consistency and fix an 80-col violation. llvm-svn: 244134
Loading
Please sign in to comment