Skip to content
Snippets Groups Projects
Commit 84c5279a authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

.x-friendly function name

git-svn-id: http://root.cern.ch/svn/root/trunk@41571 27541ba8-7e3a-0410-8455-c3a389f83636
parent 284c04c1
Branches
Tags
No related merge requests found
#include <fstream>
#include <string>
int main () {
void Overloads () {
std::string s;
std::ofstream("file.txt") << s << std::endl;
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment