// file : xsde/cxx/serializer/validating/gmonth-day.ixx // author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file namespace xsde { namespace cxx { namespace serializer { namespace validating { inline gmonth_day_simpl:: gmonth_day_simpl () : value_ (1, 1) { } } } } }