You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not really a bug. Not yet implemented for precision based floating point since the compilation time being too slow. Things like ryu contain big tables which is unaffordable for compilation time.
does not work if cast to a double either.
Should the Doc(s) be modified to state what you have above,
and Also add comment into the "Not allowed" compile message
does not work if cast to a double either. Should the Doc(s) be modified to state what you have above, and Also add comment into the "Not allowed" compile message
I initially thought to solve these problems by switching the library into modules when compiler support is available. Unfortunately, the entire C++ module situation is a shit show.
Recently, I tried to shift the library into a module, but the symbols just collided.
I was thought to solve a lot of issues including of lacking of documentations when modules are polished in compilers because I was thought to design this library with module not headers
I could not find any example either
fast_io::io::print( dataFile, fixed( 1.2345f, 4 ), "a" );
gives
1>DumpPressure\include\fast_io.h(252,15): error C2338: static_assert failed: 'some types are not printable for print'
Using VS 17.10.3
The text was updated successfully, but these errors were encountered: