aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/serializer/validating/gmonth.ixx
blob: ad6ee209033df609ba5fc2444663474d51b63a67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// file      : xsde/cxx/serializer/validating/gmonth.ixx
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

namespace xsde
{
  namespace cxx
  {
    namespace serializer
    {
      namespace validating
      {
        inline gmonth_simpl::
        gmonth_simpl ()
            : value_ (1)
        {
        }
      }
    }
  }
}