mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 08:20:28 +00:00
constexpr is not a universal good
This commit is contained in:
parent
03f3f62fc5
commit
11149f973c
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@
|
|||
printf("%10g ns %2dx %s\n", nanos, (ITERATIONS), #CODE); \
|
||||
} while (0)
|
||||
|
||||
constexpr auto big_c = "aaaaaaaaaaaaaaaaaaaaaaaa";
|
||||
constexpr auto small_c = "aaaaaaaaaaaaaaaaaaaaaaa";
|
||||
const char* big_c = "aaaaaaaaaaaaaaaaaaaaaaaa";
|
||||
const char* small_c = "aaaaaaaaaaaaaaaaaaaaaaa";
|
||||
|
||||
int
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue