Skip to content

Commit 11a3dc9

Browse files
WIP comments
1 parent 07267a1 commit 11a3dc9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

cores/arduino/Print.h

+12
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,19 @@ inline size_t Print::print( double n, int prec) { return print(n, FORMAT_
613613
//
614614
// Compare with Printable
615615
//
616+
// Customization: Custom formatter (with or without options),
617+
// optionlist, custom option for existing formatter using applyOption
618+
// overload.
619+
//
620+
// Error messages (a bit fuzzy due to "when instantiating" clauses, but
621+
// the actual error is usually ok. A lot of gunk follows, though).
622+
//
616623
// TODO: Use NoOption dummy argument to DefaultFormatterFor to force
617624
// ADL?
618625
//
619626
// TODO: Convert operator+ to applyOption?
627+
//
628+
// TODO: Naming of option classes (shows up in error message)
629+
//
630+
// TODO: Getters and setters for DefaultFormatter options? Helps with
631+
// extending.

0 commit comments

Comments
 (0)