mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
9 lines
124 B
C++
9 lines
124 B
C++
// src5.fwd.hpp
|
|
|
|
#ifndef SRC5_FWD_HPP
|
|
#define SRC5_FWD_HPP
|
|
|
|
template<class elem> class my_istream;
|
|
|
|
#endif // SRC5_FWD_HPP
|