File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ namespace xcpp
2323        virtual  ~wasm_interpreter () = default ;
2424
2525    private: 
26+ 
2627        static  std::vector<const  char *> create_args ();
2728
2829    };
Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ int __get_cxx_version () {
9696  } 
9797__get_cxx_version () 
9898      )"  ;
99-       auto  cxx_version = Cpp::Evaluate (code);
100-       return  std::to_string (cxx_version);
99+          auto  cxx_version = Cpp::Evaluate (code);
100+          return  std::to_string (cxx_version);
101101#else 
102-       constexpr  int  cxx_version = 20 ;
103-       return  std::to_string (cxx_version);
102+          constexpr  int  cxx_version = 20 ;
103+          return  std::to_string (cxx_version);
104104#endif 
105105    }
106106
@@ -363,7 +363,7 @@ __get_cxx_version ()
363363    void  interpreter::init_includes ()
364364    {
365365#ifndef  EMSCRIPTEN
366-           Cpp::AddIncludePath ((xeus::prefix_path () + " /include/" c_str ());
366+         Cpp::AddIncludePath ((xeus::prefix_path () + " /include/" c_str ());
367367#endif 
368368    }
369369
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments