$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ruben Perez (rubenperez038_at_[hidden])
Date: 2025-01-17 21:18:00
Question:
I've noticed that this:
1.23456789098787237982792742932938492382342382342002934932_df
Compiles, although it truncates the value to 1.234568. Would it make
sense to somehow tell the user "hey, this literal is too long" and
maybe error? I have never worked with custom literals before, so I
don't know if this is possible or makes sense.
Thanks,
Ruben.