- use explicit instantiation for the most-used version of tmpfstream
authorGerd von Egidy <gerd.von.egidy@intra2net.com>
Wed, 10 Mar 2010 16:33:02 +0000 (17:33 +0100)
committerGerd von Egidy <gerd.von.egidy@intra2net.com>
Wed, 10 Mar 2010 16:34:58 +0000 (17:34 +0100)
commit82b461e4b24418e235b203b6cf2863c3675c060f
tree49d751218f3292c5f241506b14d22d193f174e29
parent96fe2dc5b259d02a1e1a6f24f4a6583a2b653296
- use explicit instantiation for the most-used version of tmpfstream
- split the implementation into a separate header only needed for unusual versions
- most used versions get the typedefs tmpofstream and tmpfstream
- rename the template to tmpfstreamTempl
src/Makefile.am
src/tmpfstream.cpp
src/tmpfstream.hpp
src/tmpfstream_impl.hpp [new file with mode: 0644]
test/test_tmpfstream.cpp