Skip to content

Commit dbe37a4

Browse files
committed
Eliminate obsolete <ciso646> header
This has no effects since alternative operator representations are not defined as macros in C++.
1 parent 080a54d commit dbe37a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/date.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// I, Howard Hinnant, hereby place this code in the public domain.
22
// Since tweaked by Alisdair Meredith, also in the public domain.
3+
// Since tweaked by Daniel Kruegler, also in the public domain.
34

45
#ifndef DATE_H
56
#define DATE_H
@@ -9,7 +10,6 @@
910
#include <istream>
1011
#include <locale>
1112
#include <ostream>
12-
#include <ciso646>
1313

1414
namespace gregorian
1515
{

0 commit comments

Comments
 (0)