This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In file included from ../main.cpp:18:0: | |
../cpptoml.h:404:7: warning: ‘class cpptoml::base’ has virtual functions and accessible non-virtual destructor [-Wnon-virtual-dtor] | |
class base : public std::enable_shared_from_this<base> | |
^~~~ | |
../cpptoml.h: In instantiation of ‘class cpptoml::value<long int>’: | |
../cpptoml.h:571:56: required from here | |
../cpptoml.h:492:7: warning: base class ‘class cpptoml::base’ has accessible non-virtual destructor [-Wnon-virtual-dtor] | |
class value : public base | |
^~~~~ | |
../cpptoml.h:492:7: warning: ‘class cpptoml::value<long int>’ has virtual functions and accessible non-virtual destructor [-Wnon-virtual-dtor] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Ho Tuan Kiet <[email protected]> | |
# Contributor: Kristian Gunstone <kristian.gunstone except without these words AT pean.org> | |
# Contributor: Jameson Pugh <[email protected]> | |
# Contributor: Jorge Araya Navarro <[email protected]> | |
# Contributor: kaptoxic <kaptoxic _at_ yahoo _dot_ com > | |
# Contributor: Louis des Landes <[email protected]> | |
# Contributor: dlech | |
# Contributor: Andreas Harter <[email protected]> | |
pkgname=keebuntu |