ECC-1431: Minor changes

This commit is contained in:
Eugen Betke 2022-07-29 12:27:32 +00:00
parent 34fce38e5e
commit 0dac5f60cb
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ typedef struct Bounds {
int main(int argc, char** argv) {
std::vector<Bounds> bounds;
bounds.push_back({1e+100, 1e+99}); [> fails <]
bounds.push_back({1e+100, 1e+99}); /* fails */
bounds.push_back({1e+10, 1e+9});
bounds.push_back({1e+1, 1e+0});
bounds.push_back({1e-0, 1e-1});