cy99 / shedskin

Automatically exported from code.google.com/p/shedskin
0 stars 0 forks source link

datetime.hpp .cpp can't compile in VC10 #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
constructor initializer compatibility issue

1. change "date::date" to "date" in datetime.cpp line 269
2. change "date::date" to "date" in datetime.hpp line 97

These changes works in both linux and windows

Original issue reported on code.google.com by jason.mi...@gmail.com on 13 Jun 2010 at 10:06

GoogleCodeExporter commented 9 years ago
yes, that's some strange syntax.. committed, thanks!

Original comment by mark.duf...@gmail.com on 13 Jun 2010 at 4:29

GoogleCodeExporter commented 9 years ago

Original comment by mark.duf...@gmail.com on 13 Jun 2010 at 4:44