You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King, III (JIRA)" <ji...@apache.org> on 2016/06/22 02:44:58 UTC

[jira] [Updated] (THRIFT-3476) Missing include in ./src/thrift/protocol/TJSONProtocol.cpp

     [ https://issues.apache.org/jira/browse/THRIFT-3476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James E. King, III updated THRIFT-3476:
---------------------------------------
    Priority: Minor  (was: Major)

> Missing include in ./src/thrift/protocol/TJSONProtocol.cpp
> ----------------------------------------------------------
>
>                 Key: THRIFT-3476
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3476
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>    Affects Versions: 0.9.3
>         Environment: Using built-in specs.
> COLLECT_GCC=g++
> COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
> Thread model: posix
> gcc version 4.7.2 (Debian 4.7.2-5)
>            Reporter: Martin Werner
>            Assignee: James E. King, III
>            Priority: Minor
>
> CPP library did not compile due to not finding std::runtime_error as #include<stdexcept> is missing at the beginning of this file...
> Too simple for a patch ;-)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)