Hi Jeff, Jeff Garland wrote:
...snip code from another language which shouldn't be posted here ;-) well, I should be aware of this.
I have the latest version of boost every day. I make a build every night on the whole boost project. Great job of you all. I had never have any- time problems with one build. It always went through. First with mingw now with vc-80. Your examples are the correct represantation of the example postet. One question left. First I thought the '%' sign is a placeholder for equal patterns. As I then tried to modify your examples using a pattern instead of time_input_facet* timefacet = new time_input_facet("%d.%m.%Y %H:%M"); this one: time_input_facet* timefacet = new time_input_facet("dd.mm.YYYY HH:MM"); the whole program crashed. Are there intentions to support patterns with the latter? Greetings Roman