multiple definition error when linking with filesystem
I have 2 .cpp files which both includes :
#include
There is an "inline" missing in filesystem/convenience.hpp
# define BOOST_FS_FUNC_STRING std::string
should be
# define BOOST_FS_FUNC_STRING inline std::string
F. Bron
___________________________________
Frédéric Bron (frederic.bron@alcan.com)
Unité ALT, Alcan CRV, BP 27, 38341 Voreppe
téléphone : +33 4 76 57 81 72
télécopie : +33 4 76 57 80 99
frederic.bron@alcan.com
Envoyé par : Pour : boost-users@lists.boost.org
boost-users-bounces@list cc : (ccc : Frederic Bron/Alcan)
s.boost.org Objet : [Boost-users] multiple definition error when linking with filesystem
29/06/2007 06:58
Veuillez répondre à
boost-users
I have 2 .cpp files which both includes :
#include
Here is a patch based on 1.34.1 RC1 if needed.
(See attached file: convenience.hpp.patch)
F. Bron
___________________________________
Frédéric Bron (frederic.bron@alcan.com)
Unité ALT, Alcan CRV, BP 27, 38341 Voreppe
téléphone : +33 4 76 57 81 72
télécopie : +33 4 76 57 80 99
frederic.bron@alcan.com
Envoyé par : Pour : boost-users@lists.boost.org
boost-users-bounces@list cc : boost@lists.boost.org, (ccc : Frederic Bron/Alcan)
s.boost.org Objet : [Boost-users] Réf. : multiple definition error when linking with filesystem
29/06/2007 07:43
Veuillez répondre à
boost-users
There is an "inline" missing in filesystem/convenience.hpp
# define BOOST_FS_FUNC_STRING std::string
should be
# define BOOST_FS_FUNC_STRING inline std::string
F. Bron
___________________________________
Frédéric Bron (frederic.bron@alcan.com)
Unité ALT, Alcan CRV, BP 27, 38341 Voreppe
téléphone : +33 4 76 57 81 72
télécopie : +33 4 76 57 80 99
frederic.bron@alcan.com
Envoyé par : Pour : boost-users@lists.boost.org
boost-users-bounces@list cc : (ccc : Frederic Bron/Alcan)
s.boost.org Objet : [Boost-users] multiple definition error when linking with filesystem
29/06/2007 06:58
Veuillez répondre à
boost-users
I have 2 .cpp files which both includes :
#include
participants (1)
-
frederic.bron@alcan.com