Updated Boost datetime Examples Translated (markdown)

Howard Hinnant
2016-05-21 13:22:06 -04:00
parent 936d02927c
commit 676da7c5b4

@@ -264,7 +264,7 @@ If your OS supports the `std::locale("de_DE")` the above can be simplified to:
{feb/23/2002, feb/25/2002},
{feb/12/2002, feb/13/2002} // a random holiday 2-12
};
std::cout << "Number Excluded Periods: " << std::size(ps) << '\n';
std::cout << "Number Excluded Periods: " << sizeof(ps)/sizeof(ps[0]) << '\n';
auto d = feb/16/2002;
for (const auto& p : ps)
{