Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:55:12

0001 #ifndef DAVIX_IGNORED_HPP
0002 #define DAVIX_IGNORED_HPP
0003 
0004 
0005 // WARNING
0006 // This file contains functions / variables that will be removed from the official API
0007 // This file is maintained for compatbility only
0008 // Please, do not use any function of this header in a new program
0009 
0010 #include "../davix.hpp"
0011 
0012 std::ostream& operator<< (std::ostream& stream, const Davix::Uri & _u);
0013 
0014 
0015 #endif // DAVIX_IGNORED_HPP