Skip to content

Commit

Permalink
other file
Browse files Browse the repository at this point in the history
  • Loading branch information
SadiinsoSnowfall committed Jun 4, 2024
1 parent 9c4ad50 commit 1e85904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tts/tools/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace tts
/// List of all standard unsigned types.
using uint_types = types < std::uint64_t , std::uint32_t , std::uint16_t , std::uint8_t>;
/// List of all standard integer types.
using integral_types = concatenate_t<int_types,int_types>;
using integral_types = concatenate_t<int_types,uint_types>;
/// List of all standard arithmetic types.
using arithmetic_types = concatenate_t<real_types,int_types,uint_types>;
}

0 comments on commit 1e85904

Please sign in to comment.