Refactor floating point formatting

This commit is contained in:
Victor Zverovich
2019-11-21 18:48:25 -08:00
parent c7edd8e570
commit ded1e7679e
4 changed files with 184 additions and 219 deletions

2
support/Vagrantfile vendored
View File

@@ -3,7 +3,7 @@
# A vagrant config for testing against gcc-4.8.
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.box = "ubuntu/xenial64"
config.vm.provider "virtualbox" do |vb|
vb.memory = "4096"