Add forward declaration of operator<< in <string_view> as required.
This declaration was previously missing despite appearing in the synopsis. Users are still required to include <ostream> to get the definition of the streaming operator. llvm-svn: 372909
Loading
Please sign in to comment