Skip to content

Commit fb7f62b

Browse files
committed
Removed irrelevant comment in cxx_universal.h
1 parent faa3496 commit fb7f62b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dev/functional/cxx_universal.h

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* - ::size_t, ::ptrdiff_t, ::nullptr_t
77
* - C++ core language feature macros
88
* - macros for dealing with compiler quirks
9-
* - macros for exporting symbols from the C++ named module
109
*/
1110

1211
#include <iso646.h> // alternative operator representations

include/sqlite_orm/sqlite_orm.h

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ __pragma(push_macro("max"))
1919
* - ::size_t, ::ptrdiff_t, ::nullptr_t
2020
* - C++ core language feature macros
2121
* - macros for dealing with compiler quirks
22-
* - macros for exporting symbols from the C++ named module
2322
*/
2423

2524
#include <iso646.h> // alternative operator representations

0 commit comments

Comments
 (0)