The following issues were found
src/third_party/boost/boost/system/detail/generic_category.hpp
1 issues
Line: 21
Column: 11
CWE codes:
78
Suggestion:
try using a library call that implements the same functionality if available
namespace boost
{
namespace system
{
namespace detail
{
Reported by FlawFinder.
src/third_party/boost/boost/system/detail/is_generic_value.hpp
1 issues
Line: 16
Column: 11
CWE codes:
78
Suggestion:
try using a library call that implements the same functionality if available
namespace boost
{
namespace system
{
namespace detail
{
Reported by FlawFinder.
src/third_party/boost/boost/system/detail/std_interoperability.hpp
1 issues
Line: 19
Column: 11
CWE codes:
78
Suggestion:
try using a library call that implements the same functionality if available
namespace boost
{
namespace system
{
namespace detail
{
Reported by FlawFinder.
src/third_party/boost/boost/system/detail/system_category.hpp
1 issues
Line: 20
Column: 11
CWE codes:
78
Suggestion:
try using a library call that implements the same functionality if available
namespace boost
{
namespace system
{
namespace detail
{
Reported by FlawFinder.
src/third_party/boost/boost/system/detail/system_category_condition_win32.hpp
1 issues
Line: 22
Column: 11
CWE codes:
78
Suggestion:
try using a library call that implements the same functionality if available
namespace boost
{
namespace system
{
namespace detail
{
Reported by FlawFinder.
src/third_party/boost/boost/system/detail/system_category_posix.hpp
1 issues
Line: 13
Column: 11
CWE codes:
78
Suggestion:
try using a library call that implements the same functionality if available
namespace boost
{
namespace system
{
namespace detail
{
Reported by FlawFinder.
src/third_party/boost/boost/system/detail/throws.hpp
1 issues
Line: 16
Column: 11
CWE codes:
78
Suggestion:
try using a library call that implements the same functionality if available
namespace boost
{
namespace system
{
class error_code;
} // namespace system
Reported by FlawFinder.
src/third_party/boost/boost/system/detail/to_std_category.hpp
1 issues
Line: 27
Column: 11
CWE codes:
78
Suggestion:
try using a library call that implements the same functionality if available
namespace boost
{
namespace system
{
namespace detail
{
Reported by FlawFinder.
src/third_party/boost/boost/system/errc.hpp
1 issues
Line: 24
Column: 11
CWE codes:
78
Suggestion:
try using a library call that implements the same functionality if available
namespace boost
{
namespace system
{
// make_* functions for errc::errc_t
namespace errc
Reported by FlawFinder.
src/third_party/boost/boost/system/error_code.hpp
1 issues
Line: 25
Column: 11
CWE codes:
78
Suggestion:
try using a library call that implements the same functionality if available
namespace boost
{
namespace system
{
// non-member functions of error_code and error_condition
inline bool operator==( const error_code & code, const error_condition & condition ) BOOST_NOEXCEPT
Reported by FlawFinder.