Index mapping: Difference between revisions

Content deleted Content added
Kavuldra (talk | contribs)
No edit summary
Line 20:
 
<source lang="c++">
inline bool Has30DaysHasOnly30Days(int m)
{
switch (m) {
Line 37:
 
<source lang="c++">
inline bool Has30DaysHasOnly30Days(int m)
{
static const bool T[] = { 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0 };