Sunday, March 14, 2010

Sink creator function

Just started working on a creator function, called to_sink(), which will allow sinks to be generated in situ from free functions. A little like a bind, just not as complicated (I hope).

An example of use would be:


std::copy(files.begin(), files.end()
  , ff::format_iterator(ff::to_sink(::OutputDebugString)
                      , "\t{0}\n"));

Hopefully I should have something releasable in the next week or so.

Tuesday, March 9, 2010

Monday, March 8, 2010

VC++ 10 support imminent

Currently adding VC++ support to STLSoft. Should have FastFormat up and working automatically.

FastFormat 0.5.3 released

Just released the latest version of FastFormat, fixing some minor compilation defects encountered on Fedora.

The problem was my omission of an explicit inclusion of limits.h, required for use of INT_MIN (and INT_MAX) in test.component.inserter.integer.cpp and test.scratch.inserter.integer.cpp. Now fixed.

Thanks to yozara.