diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-03-25 14:13:52 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-03-25 14:37:14 -0500 |
commit | d398872e0b7d9958a8b0b1798cdbc19cd45ea8df (patch) | |
tree | f65633ea50cb057c75f9f2d58a03a0207c5a7f30 /user/id3lib/test-expose-proper-stdlib-symbols.patch | |
parent | 8dbe01c2f26ed9fc09a3e1d156a0f208029e9558 (diff) | |
download | packages-d398872e0b7d9958a8b0b1798cdbc19cd45ea8df.tar.gz packages-d398872e0b7d9958a8b0b1798cdbc19cd45ea8df.tar.bz2 packages-d398872e0b7d9958a8b0b1798cdbc19cd45ea8df.tar.xz packages-d398872e0b7d9958a8b0b1798cdbc19cd45ea8df.zip |
user/id3lib: new package
Diffstat (limited to 'user/id3lib/test-expose-proper-stdlib-symbols.patch')
-rw-r--r-- | user/id3lib/test-expose-proper-stdlib-symbols.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/user/id3lib/test-expose-proper-stdlib-symbols.patch b/user/id3lib/test-expose-proper-stdlib-symbols.patch new file mode 100644 index 000000000..fbb4d5260 --- /dev/null +++ b/user/id3lib/test-expose-proper-stdlib-symbols.patch @@ -0,0 +1,12 @@ +--- id3lib-3.8.3/examples/test_io.cpp.old 2003-03-02 00:23:00.000000000 +0000 ++++ id3lib-3.8.3/examples/test_io.cpp 2018-03-25 19:10:54.891043851 +0000 +@@ -11,6 +11,9 @@ + #include <id3/io_strings.h> + #include <id3/utils.h> + ++using std::cin; ++using std::dec; ++using std::hex; + using std::cout; + using std::endl; + using std::cerr; |