VanL / shedskin

Shed Skin is an experimental compiler, that can translate pure, but implicitly statically typed Python (2.4-2.6) programs into optimized C++
0 stars 1 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