Skip to content
Snippets Groups Projects
Commit 2552c570 authored by Christoph Lehmann's avatar Christoph Lehmann Committed by Dmitri Naumov
Browse files

[GL] Enabled ostream formatting with fmt lib

parent 3f12c71a
No related branches found
No related tags found
No related merge requests found
...@@ -283,3 +283,11 @@ private: ...@@ -283,3 +283,11 @@ private:
} }
}; };
} // namespace GeoLib } // namespace GeoLib
namespace fmt
{
template <>
struct formatter<::GeoLib::AABB> : ostream_formatter
{
};
} // namespace fmt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment