Skip to content

Commit c06cda0

Browse files
committed
try to make using statements backwards compatible
1 parent 27e7336 commit c06cda0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/libgetargv++.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
namespace Getargv {
1717
namespace ffi {
1818
#include <libgetargv.h>
19-
using errno_t = ::errno_t;
20-
using uint = ::uint;
19+
using errno_t = errno_t;
20+
using uint = uint;
2121
} // namespace ffi
2222

2323
/** \brief This struct provides an iterable and printable representation of

0 commit comments

Comments
 (0)