| | Compiling...
PAligner.cpp
C:\Program Files\boost\boost_1_42_0\boost/iostreams/detail/path.hpp(53) : error C2825: 'Path': must be a class or namespace when followed by '::'
C:\Program Files\boost\boost_1_42_0\boost/iostreams/device/mapped_file.hpp(128) : see reference to function template instantiation 'boost::iostreams::detail::path::path(const Path &)' being compiled
with
[
Path=char *
]
C:\Program Files\boost\boost_1_42_0\boost/iostreams/device/mapped_file.hpp(413) : see reference to function template instantiation 'boost::iostreams::basic_mapped_file_params::basic_mapped_file_params(const PathT &)' being compiled
with
[
Path=boost::iostreams::detail::path,
PathT=char *
]
C:\Program Files\boost\boost_1_42_0\boost/iostreams/device/mapped_file.hpp(392) : see reference to function template instantiation 'void boost::iostreams::mapped_file_source::open(const Path &,boost::iostreams::mapped_file_source::size_type,boost::intmax_t)' being compiled
with
[
Path=char *
]
.\PAligner.cpp(473) : see reference to function template instantiation 'boost::iostreams::mapped_file_source::mapped_file_source(const Path &,boost::iostreams::mapped_file_source::size_type,boost::intmax_t)' being compiled
with
[
Path=char *
]
C:\Program Files\boost\boost_1_42_0\boost/iostreams/detail/path.hpp(53) : error C2039: 'external_string_type' : is not a member of '`global namespace''
C:\Program Files\boost\boost_1_42_0\boost/iostreams/detail/path.hpp(53) : error C2146: syntax error : missing ';' before identifier 'string_type'
C:\Program Files\boost\boost_1_42_0\boost/iostreams/detail/path.hpp(53) : error C2065: 'string_type' : undeclared identifier
C:\Program Files\boost\boost_1_42_0\boost/iostreams/detail/path.hpp(54) : error C2955: 'boost::type' : use of class template requires template argument list
C:\Program Files\boost\boost_1_42_0\boost/type.hpp(14) : see declaration of 'boost::type'
|