mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-06 06:04:27 +02:00
Updated Boost datetime Examples Translated (markdown)
@@ -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/23/2002, feb/25/2002},
|
||||||
{feb/12/2002, feb/13/2002} // a random holiday 2-12
|
{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;
|
auto d = feb/16/2002;
|
||||||
for (const auto& p : ps)
|
for (const auto& p : ps)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user