| //===----------------------------------------------------------------------===// |
| // ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure |
| // This file is distributed under the University of Illinois Open Source |
| // License. See LICENSE.TXT for details. |
| //===----------------------------------------------------------------------===// |
| // template <class charT, class traits = char_traits<charT> > |
| // basic_fstream& operator=(basic_fstream&& rhs); |
| std::fstream fso("test.dat", std::ios_base::in | std::ios_base::out |
| std::wfstream fso("test.dat", std::ios_base::in | std::ios_base::out |