diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-09 16:40:27 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-09 16:40:27 +0200 |
commit | 150948c5cd962237436a81c61a81a9cbb453f2e4 (patch) | |
tree | a8378fdea28420a35e2b3ef658a8d5ba65ccf8b1 /serialize/binary-writer.hpp | |
parent | ad4b46dff41edb27b5e5d5c3fa6559182071a4a7 (diff) |
b
Diffstat (limited to 'serialize/binary-writer.hpp')
-rw-r--r-- | serialize/binary-writer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize/binary-writer.hpp b/serialize/binary-writer.hpp index 54e70a5c..cf1e9fd0 100644 --- a/serialize/binary-writer.hpp +++ b/serialize/binary-writer.hpp @@ -19,6 +19,6 @@ private: }; template<std::output_iterator<char> It, serializable T> -constexpr binary_writer<It>& operator<<(binary_writer<It>& writer, T x) noexcept; +constexpr CORRADE_ALWAYS_INLINE binary_writer<It>& operator<<(binary_writer<It>& writer, T x) noexcept; } // namespace floormat::Serialize |