forked from fmtlib/fmt
committed by
Jonathan Müller
parent
b8540e613e
commit
6f27f98103
@@ -91,6 +91,8 @@ An object of any user-defined type for which there is an overloaded
|
|||||||
|
|
||||||
.. code:: c++
|
.. code:: c++
|
||||||
|
|
||||||
|
#include "fmt/ostream.h"
|
||||||
|
|
||||||
class Date {
|
class Date {
|
||||||
int year_, month_, day_;
|
int year_, month_, day_;
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user