Files
date/test/date_test/monthsmmonth.fail.cpp
T

15 lines
276 B
C++

// Howard Hinnant
// This work is licensed under a Creative Commons Attribution 4.0 International License.
// http://creativecommons.org/licenses/by/4.0/
// months - month not allowed
#include "date.h"
int
main()
{
using namespace date;
auto x = months{3} - jul;
}