Changeset 5209fd7 in mainline
- Timestamp:
- 2018-07-05T21:41:18Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fbec99a
- Parents:
- 6648ab33
- git-author:
- Jaroslav Jindrak <dzejrou@…> (2017-11-08 21:24:41)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/iosfwd.hpp
r6648ab33 r5209fd7 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 29 #ifndef LIBCPP_IOSFWD 30 #define LIBCPP_IOSFWD 28 31 29 32 namespace std … … 155 158 using streamoff = long long; 156 159 } 160 161 #endif
Note:
See TracChangeset
for help on using the changeset viewer.