git.fiddlerwoaroof.com
Browse code

merge branch 'travis-problem'

Greg Wiley authored on 08/05/2017 23:24:34
Showing 2 changed files
... ...
@@ -50,7 +50,7 @@ int initializes_random ()
50 50
     sys_time time (test_time);
51 51
 
52 52
     // when
53
-    system sys (stdlib, time);
53
+    class system sys (stdlib, time);
54 54
 
55 55
     // then
56 56
     check (test_stdlib->captured_seed == seed, "seed not cpatured");
... ...
@@ -45,7 +45,7 @@ private:
45 45
     mutable std::shared_ptr<std::ostringstream> capture_stream_;
46 46
 public:
47 47
     postream open_ofstream (const std::string &file_path,
48
-                            std::ios_base::open_mode mode) const override
48
+                            std::ios_base::openmode mode) const override
49 49
     {
50 50
         captured_filename_ = file_path;
51 51
         capture_stream_ = std::make_shared<std::ostringstream>();