Home
last modified time | relevance | path

Searched refs:d2_string (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/date_time/test/gregorian/
Dtestparse_date.cpp217 char d2_string[] = {"2000-10-31 is Halloween 2k!"}; in main() local
218 char* end = d2_string + sizeof(d2_string) - 1; in main()
219 check("from stream - char[]", d == from_stream(d2_string, end)); in main()