1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-06 00:55:50 +00:00
OpenMW/components/misc
elsid 89eccab7f1
Add missing include
In file included from /home/elsid/dev/openmw/apps/openmw_test_suite/settings/testvalues.cpp:1:
/home/elsid/dev/openmw/components/misc/strings/conversion.hpp: In function ‘std::string Misc::StringUtils::toHex(std::string_view)’:
/home/elsid/dev/openmw/components/misc/strings/conversion.hpp:139:87: error: ‘uint8_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?
  139 |             const std::ptrdiff_t space = static_cast<std::ptrdiff_t>(static_cast<std::uint8_t>(v) <= 0xf);
      |                                                                                       ^~~~~~~
      |                                                                                       wint_t
/home/elsid/dev/openmw/components/misc/strings/conversion.hpp:140:97: error: ‘uint8_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?
  140 |             const auto [ptr, ec] = std::to_chars(out + space, out + space + 2, static_cast<std::uint8_t>(v), 16);
      |                                                                                                 ^~~~~~~
      |                                                                                                 wint_t
2023-05-24 12:45:50 +02:00
..
strings Add missing include 2023-05-24 12:45:50 +02:00
algorithm.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
barrier.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
budgetmeasurement.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
color.cpp Move from std::atoi to std::from_char 2023-03-18 09:30:48 +00:00
color.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
compression.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
compression.hpp
constants.hpp Increase ESM4 active grid 2023-05-18 00:38:41 +02:00
convert.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
coordinateconverter.hpp Applied review comments 2023-01-28 12:14:00 +01:00
endianness.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
frameratelimiter.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
guarded.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
hash.hpp Applies review advice 2023-04-03 14:17:35 +02:00
helpviewer.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
helpviewer.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
math.hpp
mathutil.hpp po2 scaling for average luminance 2023-02-05 12:30:38 -08:00
messageformatparser.cpp
messageformatparser.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
notnullptr.hpp Make constexpr Misc::NotNullptr member functions 2023-03-18 16:36:26 +01:00
objectpool.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
osguservalues.cpp
osguservalues.hpp
pathhelpers.hpp
progressreporter.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
resourcehelpers.cpp Fix case sensitive comparison 2023-05-22 18:18:01 +02:00
resourcehelpers.hpp Convert RefId to class 2023-02-15 23:20:44 +01:00
rng.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
rng.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
strongtypedef.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
thread.cpp Remove strerror usages 2023-01-29 22:41:59 +01:00
thread.hpp Minor header cleanup 2023-04-30 16:26:03 +02:00
timeconvert.hpp Handle localtime errors 2022-09-25 16:20:20 +02:00
timer.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
tuplehelpers.hpp
tuplemeta.hpp
typetraits.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
utf8qtextstream.hpp Move ensureUtf8Encoding to named namespace 2023-01-18 22:58:35 +01:00
utf8stream.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
weakcache.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00