We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9151f80 commit ea6c54bCopy full SHA for ea6c54b
src/cformat.jl
@@ -1,6 +1,6 @@
1
formatters = Dict{ Compat.ASCIIString, Function }()
2
3
-@static if VERSION >= v"0.6-"
+@static if VERSION >= v"0.6.0-dev.1671"
4
5
sprintf1( fmt::Compat.ASCIIString, x ) = eval(Expr(:call, generate_formatter( fmt ), x))
6
0 commit comments