// file : xsde/cxx/serializer/non-validating/gmonth.ixx // license : GNU GPL v2 + exceptions; see accompanying LICENSE file namespace xsde { namespace cxx { namespace serializer { namespace non_validating { inline gmonth_simpl:: gmonth_simpl () : value_ (1) { } } } } }