echo && g++ -std=c++17 -O3 -march=native -Wall -Wextra -pedantic-errors main.cpp && ./a.out && echo -e '\n\n==============\n\n' echo && clang++ -std=c++17 -stdlib=libc++ -O3 -march=native -Wall -Wextra -pedantic-errors main.cpp -lsupc++ && ./a.out
deafult aligned
....................................This is some short text.
..........This is more text, which is quite somewhat longer.
......................This is some intermediate length text.
left aligned
This is some short text.....................................
This is more text, which is quite somewhat longer...........
This is some intermediate length text.......................
right aligned
....................................This is some short text.
..........This is more text, which is quite somewhat longer.
......................This is some intermediate length text.
==============
deafult aligned
....................................This is some short text.
..........This is more text, which is quite somewhat longer.
......................This is some intermediate length text.
left aligned
This is some short text.....................................
This is more text, which is quite somewhat longer...........
This is some intermediate length text.......................
right aligned
....................................This is some short text.
..........This is more text, which is quite somewhat longer.
......................This is some intermediate length text.