Skip to content

Commit 5565011

Browse files
committed
feat(filesystem): add representation type
in space size template parameter
1 parent e2d35fb commit 5565011

File tree

4 files changed

+299
-132
lines changed

4 files changed

+299
-132
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
7272
- name: Run test
7373
run: |
74-
cd ${{ env.CMAKE_BUILD_DIR }}
74+
cd ${{ env.CMAKE_BUILD_DIR }}/tests
7575
set CTEST_OUTPUT_ON_FAILURE=1
7676
ctest -C Debug

include/cstdint/cstdint.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include <climits>
34
#include <limits>
45
#include <stdexcept>
56

0 commit comments

Comments
 (0)