Skip to content
Snippets Groups Projects
Commit 5aaade36 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

fixed istream

parent cba6f2ee
No related branches found
No related tags found
No related merge requests found
#ifndef ISTREAM_H_
#define ISTREAM_H_
#include <iostream> #include <iostream>
#include <string> #include <string>
   
std::istream& operator>>(std::istream& in, const std::string& str); std::istream& operator>>(std::istream& in, const std::string& str);
#endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment