diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2011-07-15 10:48:46 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2011-07-15 10:48:46 -0400 |
commit | e3b5d9fc5c638beff4eed25a366dc5cc1c0478b1 (patch) | |
tree | fe75ae3d595b5b8fef4791d912c9cfe95bf41965 /BuildParams | |
parent | 1f58cd688f44fed6da91af5cac0d48166c2647d0 (diff) |
Change NamedTempScript to NamedTempFile; allow streaming to it.
The only thing about NamedTempScript that was specific to script files was the
hardcoded ".py" extension. Renaming it to NamedTempFile with an explicit
extension argument addresses that.
Allow constructing NamedTempFile with either a std::string, as before, or an
expression of the form (lambda::_1 << some << stuff). If Linden's Boost
package included the Boost.Iostreams lib, we could even stream such an
expression directly to an ostream constructed around the fd. But oh well.
Diffstat (limited to 'BuildParams')
0 files changed, 0 insertions, 0 deletions