Skip to content

Commit

Permalink
Remove temporary std::formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Aug 12, 2024
1 parent 0347d32 commit 2465c54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/xtd.core/include/xtd/date_time.h
Original file line number Diff line number Diff line change
Expand Up @@ -1132,6 +1132,7 @@ namespace xtd {
/// @}
}

/*
/// @cond
/// Needed for std::format
#if defined(__xtd__cpp_lib_format)
Expand All @@ -1153,3 +1154,4 @@ struct std::formatter<xtd::date_time> : std::formatter<std::string> {
};
#endif
/// @endcond
*/
2 changes: 2 additions & 0 deletions src/xtd.core/include/xtd/object.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ namespace xtd {

#include "type.h"

/*
/// @cond
/// Needed for std::format
#if defined(__xtd__cpp_lib_format)
Expand All @@ -161,3 +162,4 @@ struct std::formatter<xtd::object> : std::formatter<std::string> {
};
#endif
/// @endcond
*/

0 comments on commit 2465c54

Please sign in to comment.