* installing *source* package ‘mzR’ ...
** libs
rm -f cramp.o ramp_base64.o ramp.o RcppRamp.o RcppRampModule.o rnetCDF.o RcppPwiz.o RcppPwizModule.o RcppIdent.o RcppIdentModule.o ./boost/system/src/error_code.o ./boost/regex/src/posix_api.o ./boost/regex/src/fileiter.o ./boost/regex/src/regex_raw_buffer.o ./boost/regex/src/cregex.o ./boost/regex/src/regex_debug.o ./boost/regex/src/instances.o ./boost/regex/src/icu.o ./boost/regex/src/usinstances.o ./boost/regex/src/regex.o ./boost/regex/src/wide_posix_api.o ./boost/regex/src/regex_traits_defaults.o ./boost/regex/src/winstances.o ./boost/regex/src/wc_regex_traits.o ./boost/regex/src/c_regex_traits.o ./boost/regex/src/cpp_regex_traits.o ./boost/regex/src/static_mutex.o ./boost/regex/src/w32_regex_traits.o ./boost/iostreams/src/zlib.o ./boost/iostreams/src/file_descriptor.o ./boost/thread/src/pthread/once.o ./boost/thread/src/pthread/thread.o ./boost/filesystem/src/operations.o ./boost/filesystem/src/path.o ./boost/filesystem/src/utf8_codecvt_facet.o ./pwiz/data/msdata/Version.o ./pwiz/data/common/MemoryIndex.o ./pwiz/data/common/CVTranslator.o ./pwiz/data/common/cv.o ./pwiz/data/common/ParamTypes.o ./pwiz/data/common/BinaryIndexStream.o ./pwiz/data/common/diff_std.o ./pwiz/data/common/Unimod.o ./pwiz/data/msdata/SpectrumList_MGF.o ./pwiz/data/msdata/DefaultReaderList.o ./pwiz/data/msdata/ChromatogramList_mzML.o ./pwiz/data/msdata/examples.o ./pwiz/data/msdata/Serializer_mzML.o ./pwiz/data/msdata/Serializer_MSn.o ./pwiz/data/msdata/Reader.o ./pwiz/data/msdata/Serializer_MGF.o ./pwiz/data/msdata/Serializer_mzXML.o ./pwiz/data/msdata/SpectrumList_mzML.o ./pwiz/data/msdata/SpectrumList_MSn.o ./pwiz/data/msdata/BinaryDataEncoder.o ./pwiz/data/msdata/Diff.o ./pwiz/data/msdata/MSData.o ./pwiz/data/msdata/References.o ./pwiz/data/msdata/SpectrumList_mzXML.o ./pwiz/data/msdata/IO.o ./pwiz/data/msdata/SpectrumList_BTDX.o ./pwiz/data/msdata/SpectrumInfo.o ./pwiz/data/msdata/RAMPAdapter.o ./pwiz/data/msdata/LegacyAdapter.o ./pwiz/data/msdata/SpectrumIterator.o ./pwiz/data/msdata/MSDataFile.o ./pwiz/data/msdata/MSNumpress.o ./pwiz/data/msdata/SpectrumListCache.o ./pwiz/data/msdata/Index_mzML.o ./pwiz/data/identdata/IdentDataFile.o ./pwiz/data/identdata/IdentData.o ./pwiz/data/identdata/DefaultReaderList.o ./pwiz/data/identdata/Reader.o ./pwiz/data/identdata/Serializer_protXML.o ./pwiz/data/identdata/Serializer_pepXML.o ./pwiz/data/identdata/Serializer_mzid.o ./pwiz/data/identdata/IO.o ./pwiz/data/identdata/Version.o ./pwiz/data/identdata/References.o ./pwiz/data/proteome/Modification.o ./pwiz/data/proteome/Digestion.o ./pwiz/data/proteome/Peptide.o ./pwiz/data/proteome/AminoAcid.o ./pwiz/utility/minimxml/XMLWriter.o ./pwiz/utility/minimxml/SAXParser.o ./pwiz/utility/chemistry/Chemistry.o ./pwiz/utility/chemistry/ChemistryData.o ./pwiz/utility/chemistry/MZTolerance.o ./pwiz/utility/misc/IntegerSet.o ./pwiz/utility/misc/Base64.o ./pwiz/utility/misc/IterationListener.o ./pwiz/utility/misc/MSIHandler.o ./pwiz/utility/misc/Filesystem.o ./pwiz/utility/misc/TabReader.o ./pwiz/utility/misc/random_access_compressed_ifstream.o ./pwiz/utility/misc/SHA1.o ./pwiz/utility/misc/SHA1Calculator.o ./pwiz/utility/misc/sha1calc.o ./random_access_gzFile.o rampR.o R_init_mzR.o
find . -name \*˜ -exec rm {} \; ## from cleanup
find . -name \*.o -exec rm {} \; ## from cleanup
find . -name "#*#" -exec rm {} \; ## from cleanup
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c cramp.cpp -o cramp.o
/bin/bash: nc-config: command not found
In file included from cramp.cpp:49:0:
cramp.h: In constructor ‘cRamp::cRamp(const char*, bool)’:
cramp.h:149:10: warning: ‘cRamp::m_declaredScansOnly’ will be initialized after [-Wreorder]
bool m_declaredScansOnly; // if true, suppress RAMP's habit of adding scans to fill in between declared scans
^
cramp.h:148:18: warning: ‘rampRunInfo* cRamp::m_runInfo’ [-Wreorder]
rampRunInfo *m_runInfo; // scan count etc
^
cramp.cpp:72:1: warning: when initialized here [-Wreorder]
cRamp::cRamp( const char* fileName,bool declaredScansOnly ) :
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c ramp_base64.cpp -o ramp_base64.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c ramp.cpp -o ramp.o
/bin/bash: nc-config: command not found
ramp.cpp: In function ‘RAMPFILE* rampOpenFile(const char*)’:
ramp.cpp:248:23: warning: unused variable ‘fgot’ [-Wunused-variable]
char *fgot=ramp_fgets(buf,sizeof(buf)-1,result);
^
ramp.cpp: In function ‘ramp_fileoffset_t getIndexOffset(RAMPFILE*)’:
ramp.cpp:451:12: warning: unused variable ‘nread’ [-Wunused-variable]
size_t nread = ramp_fread(indexOffsetTemp, sizeof(indexOffsetTemp), pFI);
^
ramp.cpp: In function ‘ramp_fileoffset_t* readIndex(RAMPFILE*, ramp_fileoffset_t, int*)’:
ramp.cpp:650:31: warning: unused variable ‘fgot’ [-Wunused-variable]
char *fgot=ramp_fgets(buf, SIZE_BUF, pFI);
^
ramp.cpp:692:31: warning: unused variable ‘fgot’ [-Wunused-variable]
char *fgot=ramp_fgets(buf, SIZE_BUF, pFI);
^
ramp.cpp:729:27: warning: unused variable ‘fgot’ [-Wunused-variable]
char *fgot=ramp_fgets(buf, SIZE_BUF, pFI);
^
ramp.cpp: In function ‘void readHeader(RAMPFILE*, ramp_fileoffset_t, ScanHeaderStruct*)’:
ramp.cpp:1446:27: warning: unused variable ‘fgot’ [-Wunused-variable]
char *fgot=ramp_fgets(stringBuf, SIZE_BUF, pFI);
^
ramp.cpp: In function ‘int readMsLevel(RAMPFILE*, ramp_fileoffset_t)’:
ramp.cpp:1532:15: warning: unused variable ‘fgot’ [-Wunused-variable]
char *fgot=ramp_fgets(stringBuf, SIZE_BUF, pFI);
^
ramp.cpp:1528:11: warning: unused variable ‘fgot’ [-Wunused-variable]
char *fgot=ramp_fgets(stringBuf, SIZE_BUF, pFI);
^
ramp.cpp: In function ‘char* rampConstructInputPath(char*, int, const char*, const char*)’:
ramp.cpp:1744:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j= 0; j< g.gl_pathc; j++) // for each file in directory
^
ramp.cpp: In function ‘RAMPREAL* readPeaks(RAMPFILE*, ramp_fileoffset_t)’:
ramp.cpp:2090:28: warning: unused variable ‘nread’ [-Wunused-variable]
size_t nread = ramp_fread(pData+partial,(int)(peaksLen-partial), pFI);
^
ramp.cpp:2259:37: warning: variable ‘pEndAttrValue’ set but not used [-Wunused-but-set-variable]
const char* pEndAttrValue;
^
ramp.cpp:2279:37: warning: variable ‘pEndAttrValue’ set but not used [-Wunused-but-set-variable]
const char* pEndAttrValue;
^
ramp.cpp:2293:27: warning: unused variable ‘fgot’ [-Wunused-variable]
char *fgot=ramp_fgets(buf, sizeof(buf)-1 , pFI);
^
ramp.cpp:2340:24: warning: unused variable ‘nread’ [-Wunused-variable]
size_t nread = ramp_fread(pData+partial,peaksLen-partial, pFI);
^
ramp.cpp:2394:21: warning: variable ‘err’ set but not used [-Wunused-but-set-variable]
int err;
^
ramp.cpp:2212:19: warning: unused variable ‘fgot’ [-Wunused-variable]
char *fgot=ramp_fgets(buf, sizeof(buf)-1, pFI);
^
ramp.cpp: In function ‘void readMSRun(RAMPFILE*, RunHeaderStruct*)’:
ramp.cpp:2520:15: warning: unused variable ‘fgot’ [-Wunused-variable]
char *fgot=ramp_fgets(stringBuf, SIZE_BUF, pFI);
^
ramp.cpp:2544:15: warning: unused variable ‘fgot’ [-Wunused-variable]
char *fgot=ramp_fgets(stringBuf, SIZE_BUF, pFI);
^
ramp.cpp:2516:11: warning: unused variable ‘fgot’ [-Wunused-variable]
char *fgot=ramp_fgets(stringBuf, SIZE_BUF, pFI);
^
ramp.cpp: In function ‘InstrumentStruct* getInstrumentStruct(RAMPFILE*)’:
ramp.cpp:2695:19: warning: unused variable ‘fgot’ [-Wunused-variable]
char *fgot=ramp_fgets(stringBuf, SIZE_BUF, pFI);
^
ramp.cpp:2731:19: warning: unused variable ‘fgot’ [-Wunused-variable]
char *fgot=ramp_fgets(stringBuf, SIZE_BUF, pFI);
^
ramp.cpp:2682:11: warning: unused variable ‘fgot’ [-Wunused-variable]
char *fgot=ramp_fgets(stringBuf, SIZE_BUF, pFI);
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c RcppRamp.cpp -o RcppRamp.o
/bin/bash: nc-config: command not found
RcppRamp.cpp: In member function ‘Rcpp::DataFrame RcppRamp::getAllScanHeaderInfo()’:
RcppRamp.cpp:213:27: warning: unused variable ‘info’ [-Wunused-variable]
rampScanInfo *info = ramp->getScanHeaderInfo( 1 );
^
RcppRamp.cpp: In member function ‘Rcpp::NumericMatrix RcppRamp::get3DMap(std::vector<int>, double, double, double)’:
RcppRamp.cpp:384:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < scanNumbers.size(); i++)
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c RcppRampModule.cpp -o RcppRampModule.o
/bin/bash: nc-config: command not found
gcc -std=gnu99 -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c rnetCDF.c -o rnetCDF.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c RcppPwiz.cpp -o RcppPwiz.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/MSDataFile.hpp:29,
from RcppPwiz.h:12,
from RcppPwiz.cpp:1:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
In file included from ./boost/bind/bind.hpp:29:0,
from ./boost/bind.hpp:22,
from ./boost/iostreams/copy.hpp:26,
from RcppPwiz.h:25,
from RcppPwiz.cpp:1:
./boost/bind/arg.hpp: In constructor ‘boost::arg<I>::arg(const T&)’:
./boost/bind/arg.hpp:37:22: warning: typedef ‘T_must_be_placeholder’ locally defined but not used [-Wunused-local-typedefs]
typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
^
RcppPwiz.cpp: In member function ‘Rcpp::List RcppPwiz::getScanHeaderInfo(int)’:
RcppPwiz.cpp:131:56: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if ((whichScan <= 0) || (whichScan > slp->size()))
^
RcppPwiz.cpp: In member function ‘Rcpp::List RcppPwiz::getPeakList(int)’:
RcppPwiz.cpp:325:56: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if ((whichScan <= 0) || (whichScan > slp->size()))
^
RcppPwiz.cpp:339:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < pairs.size(); i++)
^
RcppPwiz.cpp: In member function ‘Rcpp::DataFrame RcppPwiz::getChromatogramsInfo()’:
RcppPwiz.cpp:380:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i =0; i < pairs.size(); i++)
^
RcppPwiz.cpp: In member function ‘Rcpp::NumericMatrix RcppPwiz::get3DMap(std::vector<int>, double, double, double)’:
RcppPwiz.cpp:422:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < scanNumbers.size(); i++)
^
RcppPwiz.cpp:428:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int k=0; k < pairs.size(); k++)
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c RcppPwizModule.cpp -o RcppPwizModule.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/MSDataFile.hpp:29,
from RcppPwiz.h:12,
from RcppPwizModule.cpp:2:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
In file included from ./boost/bind/bind.hpp:29:0,
from ./boost/bind.hpp:22,
from ./boost/iostreams/copy.hpp:26,
from RcppPwiz.h:25,
from RcppPwizModule.cpp:2:
./boost/bind/arg.hpp: In constructor ‘boost::arg<I>::arg(const T&)’:
./boost/bind/arg.hpp:37:22: warning: typedef ‘T_must_be_placeholder’ locally defined but not used [-Wunused-local-typedefs]
typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c RcppIdent.cpp -o RcppIdent.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/has_xxx.hpp:20,
from ./boost/regex/v4/regex_traits.hpp:56,
from ./boost/regex/regex_traits.hpp:27,
from ./boost/regex/v4/regex.hpp:39,
from ./boost/regex.hpp:31,
from ./pwiz/data/proteome/Digestion.hpp:33,
from pwiz/data/identdata/IdentData.hpp:30,
from pwiz/data/identdata/IdentDataFile.hpp:29,
from RcppIdent.h:11,
from RcppIdent.cpp:1:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
RcppIdent.cpp: In member function ‘Rcpp::List RcppIdent::getPara()’:
RcppIdent.cpp:331:70: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0 ; i < sip[0]->additionalSearchParams.cvParams.size(); i++)
^
RcppIdent.cpp:337:71: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < sip[0]->additionalSearchParams.userParams.size(); i++)
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c RcppIdentModule.cpp -o RcppIdentModule.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/has_xxx.hpp:20,
from ./boost/regex/v4/regex_traits.hpp:56,
from ./boost/regex/regex_traits.hpp:27,
from ./boost/regex/v4/regex.hpp:39,
from ./boost/regex.hpp:31,
from ./pwiz/data/proteome/Digestion.hpp:33,
from pwiz/data/identdata/IdentData.hpp:30,
from pwiz/data/identdata/IdentDataFile.hpp:29,
from RcppIdent.h:11,
from RcppIdentModule.cpp:2:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/system/src/error_code.cpp -o boost/system/src/error_code.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/regex/src/posix_api.cpp -o boost/regex/src/posix_api.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/regex/src/fileiter.cpp -o boost/regex/src/fileiter.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/regex/src/regex_raw_buffer.cpp -o boost/regex/src/regex_raw_buffer.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/regex/src/cregex.cpp -o boost/regex/src/cregex.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/regex/src/regex_debug.cpp -o boost/regex/src/regex_debug.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/regex/src/instances.cpp -o boost/regex/src/instances.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/regex/src/icu.cpp -o boost/regex/src/icu.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/regex/src/usinstances.cpp -o boost/regex/src/usinstances.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/regex/src/regex.cpp -o boost/regex/src/regex.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/regex/src/wide_posix_api.cpp -o boost/regex/src/wide_posix_api.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/regex/src/regex_traits_defaults.cpp -o boost/regex/src/regex_traits_defaults.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/regex/src/winstances.cpp -o boost/regex/src/winstances.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/regex/src/wc_regex_traits.cpp -o boost/regex/src/wc_regex_traits.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/regex/src/c_regex_traits.cpp -o boost/regex/src/c_regex_traits.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/regex/src/cpp_regex_traits.cpp -o boost/regex/src/cpp_regex_traits.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/regex/src/static_mutex.cpp -o boost/regex/src/static_mutex.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/regex/src/w32_regex_traits.cpp -o boost/regex/src/w32_regex_traits.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/iostreams/src/zlib.cpp -o boost/iostreams/src/zlib.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/type_traits/detail/template_arity_spec.hpp:10,
from ./boost/type_traits/detail/bool_trait_def.hpp:14,
from ./boost/type_traits/is_same.hpp:31,
from ./boost/type_traits/intrinsics.hpp:205,
from ./boost/type_traits/is_base_and_derived.hpp:12,
from ./boost/iostreams/detail/select.hpp:32,
from ./boost/iostreams/detail/dispatch.hpp:16,
from ./boost/iostreams/read.hpp:19,
from ./boost/iostreams/detail/buffer.hpp:20,
from ./boost/iostreams/filter/symmetric.hpp:49,
from ./boost/iostreams/filter/zlib.hpp:31,
from boost/iostreams/src/zlib.cpp:19:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/iostreams/src/file_descriptor.cpp -o boost/iostreams/src/file_descriptor.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/thread/src/pthread/once.cpp -o boost/thread/src/pthread/once.o
/bin/bash: nc-config: command not found
In file included from ./boost/bind/bind.hpp:29:0,
from ./boost/bind.hpp:22,
from ./boost/thread/pthread/once_atomic.hpp:19,
from ./boost/thread/once.hpp:20,
from boost/thread/src/pthread/./once_atomic.cpp:9,
from boost/thread/src/pthread/once.cpp:8:
./boost/bind/arg.hpp: In constructor ‘boost::arg<I>::arg(const T&)’:
./boost/bind/arg.hpp:37:22: warning: typedef ‘T_must_be_placeholder’ locally defined but not used [-Wunused-local-typedefs]
typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/thread/src/pthread/thread.cpp -o boost/thread/src/pthread/thread.o
/bin/bash: nc-config: command not found
In file included from ./boost/bind/bind.hpp:29:0,
from ./boost/bind.hpp:22,
from ./boost/thread/detail/thread.hpp:29,
from ./boost/thread/thread_only.hpp:22,
from boost/thread/src/pthread/thread.cpp:11:
./boost/bind/arg.hpp: In constructor ‘boost::arg<I>::arg(const T&)’:
./boost/bind/arg.hpp:37:22: warning: typedef ‘T_must_be_placeholder’ locally defined but not used [-Wunused-local-typedefs]
typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
^
In file included from ./boost/tuple/tuple.hpp:33:0,
from ./boost/thread/detail/async_func.hpp:37,
from ./boost/thread/future.hpp:22,
from boost/thread/src/pthread/thread.cpp:19:
./boost/tuple/detail/tuple_basic.hpp: In function ‘typename boost::tuples::access_traits<typename boost::tuples::element<N, boost::tuples::cons<HT, TT> >::type>::const_type boost::tuples::get(const boost::tuples::cons<HT, TT>&)’:
./boost/tuple/detail/tuple_basic.hpp:228:45: warning: typedef ‘cons_element’ locally defined but not used [-Wunused-local-typedefs]
typedef BOOST_DEDUCED_TYPENAME impl::type cons_element;
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/filesystem/src/operations.cpp -o boost/filesystem/src/operations.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/filesystem/src/path.cpp -o boost/filesystem/src/path.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c boost/filesystem/src/utf8_codecvt_facet.cpp -o boost/filesystem/src/utf8_codecvt_facet.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/Version.cpp -o pwiz/data/msdata/Version.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/common/MemoryIndex.cpp -o pwiz/data/common/MemoryIndex.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/utility/misc/Environment.hpp:24,
from ./pwiz/utility/misc/Std.hpp:29,
from pwiz/data/common/MemoryIndex.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
In file included from ./boost/smart_ptr/shared_ptr.hpp:30:0,
from ./boost/shared_ptr.hpp:17,
from pwiz/data/common/Index.hpp:30,
from pwiz/data/common/MemoryIndex.hpp:26,
from pwiz/data/common/MemoryIndex.cpp:25:
./boost/checked_delete.hpp: In instantiation of ‘void boost::checked_delete(T*) [with T = pwiz::data::MemoryIndex::Impl]’:
./boost/smart_ptr/detail/shared_count.hpp:134:38: required from ‘boost::detail::shared_count::shared_count(Y*) [with Y = pwiz::data::MemoryIndex::Impl]’
./boost/smart_ptr/shared_ptr.hpp:276:47: required from ‘void boost::detail::sp_pointer_construct(boost::shared_ptr<X>*, Y*, boost::detail::shared_count&) [with T = pwiz::data::MemoryIndex::Impl; Y = pwiz::data::MemoryIndex::Impl]’
./boost/smart_ptr/shared_ptr.hpp:354:58: required from ‘boost::shared_ptr<T>::shared_ptr(Y*) [with Y = pwiz::data::MemoryIndex::Impl; T = pwiz::data::MemoryIndex::Impl]’
pwiz/data/common/MemoryIndex.cpp:73:58: required from here
./boost/checked_delete.hpp:34:5: warning: deleting object of polymorphic class type ‘pwiz::data::MemoryIndex::Impl’ which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]
delete x;
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/common/CVTranslator.cpp -o pwiz/data/common/CVTranslator.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/type_traits/detail/template_arity_spec.hpp:10,
from ./boost/type_traits/detail/bool_trait_def.hpp:14,
from ./boost/type_traits/is_volatile.hpp:40,
from ./boost/type_traits/remove_const.hpp:14,
from ./boost/range/const_iterator.hpp:25,
from ./boost/range/iterator.hpp:20,
from ./boost/range/begin.hpp:24,
from ./boost/algorithm/string/predicate.hpp:15,
from pwiz/data/common/CVTranslator.cpp:28:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
pwiz/data/common/CVTranslator.cpp: In function ‘bool pwiz::data::shouldIgnore(const string&, pwiz::cv::CVID, pwiz::cv::CVID)’:
pwiz/data/common/CVTranslator.cpp:133:53: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
return (key=="unit_" && value==MS_unit_OBSOLETE && cvid==UO_unit ||
^
pwiz/data/common/CVTranslator.cpp:135:40: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
key=="pi_" && value==MS_PI && cvid==MS_pI || // MS_pI==isoelectric point
^
pwiz/data/common/CVTranslator.cpp:136:40: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
key=="de_" && value==MS_DE && cvid==1001274); // conflict between 1000246 and 1001274
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/common/cv.cpp -o pwiz/data/common/cv.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/utility/misc/Environment.hpp:24,
from ./pwiz/utility/misc/Std.hpp:29,
from pwiz/data/common/cv.cpp:34:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
In file included from ./boost/bind/bind.hpp:29:0,
from ./boost/bind.hpp:22,
from ./boost/thread/pthread/once_atomic.hpp:19,
from ./boost/thread/once.hpp:20,
from ./boost_aux/boost/utility/detail/singleton_manager.hpp:18,
from ./boost_aux/boost/utility/singleton.hpp:19,
from ./pwiz/utility/misc/Singleton.hpp:26,
from pwiz/data/common/cv.cpp:35:
./boost/bind/arg.hpp: In constructor ‘boost::arg<I>::arg(const T&)’:
./boost/bind/arg.hpp:37:22: warning: typedef ‘T_must_be_placeholder’ locally defined but not used [-Wunused-local-typedefs]
typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
^
In file included from pwiz/data/common/cv.cpp:16902:0:
pwiz/data/common/cv.inl: In function ‘const pwiz::cv::CVTermInfo& pwiz::cv::cvTermInfo(const char*)’:
pwiz/data/common/cv.inl:102:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int o=0;o<oboPrefixesSize_;++o)
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/common/ParamTypes.cpp -o pwiz/data/common/ParamTypes.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/common/ParamTypes.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
In file included from ./boost/spirit/home/support/char_set/range_run.hpp:55:0,
from ./boost/spirit/home/support/char_set/basic_chset.hpp:19,
from ./boost/spirit/home/karma/char/char.hpp:19,
from ./boost/spirit/home/karma/char.hpp:13,
from ./boost/spirit/home/karma.hpp:13,
from ./boost/spirit/include/karma.hpp:16,
from pwiz/data/common/ParamTypes.cpp:29:
./boost/spirit/home/support/char_set/range_run_impl.hpp: In function ‘bool boost::spirit::support::detail::try_merge(Run&, Iterator, const Range&)’:
./boost/spirit/home/support/char_set/range_run_impl.hpp:29:48: warning: typedef ‘integer_traits’ locally defined but not used [-Wunused-local-typedefs]
typedef integer_traits<value_type> integer_traits;
^
In file included from ./boost/spirit/home/karma/string.hpp:13:0,
from ./boost/spirit/home/karma.hpp:14,
from ./boost/spirit/include/karma.hpp:16,
from pwiz/data/common/ParamTypes.cpp:29:
./boost/spirit/home/karma/string/lit.hpp: In member function ‘bool boost::spirit::karma::literal_string<String, CharEncoding, Tag, no_attribute>::generate(OutputIterator&, Context&, const Delimiter&, const Attribute&) const’:
./boost/spirit/home/karma/string/lit.hpp:179:17: warning: typedef ‘extracted_string_type’ locally defined but not used [-Wunused-local-typedefs]
extracted_string_type;
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/common/BinaryIndexStream.cpp -o pwiz/data/common/BinaryIndexStream.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/utility/misc/Environment.hpp:24,
from ./pwiz/utility/misc/Std.hpp:29,
from pwiz/data/common/BinaryIndexStream.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
In file included from ./boost/bind/bind.hpp:29:0,
from ./boost/bind.hpp:22,
from ./boost/thread/detail/thread.hpp:29,
from ./boost/thread/thread_only.hpp:22,
from ./boost/thread/thread.hpp:12,
from pwiz/data/common/BinaryIndexStream.cpp:27:
./boost/bind/arg.hpp: In constructor ‘boost::arg<I>::arg(const T&)’:
./boost/bind/arg.hpp:37:22: warning: typedef ‘T_must_be_placeholder’ locally defined but not used [-Wunused-local-typedefs]
typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
^
In file included from ./boost/smart_ptr/shared_ptr.hpp:30:0,
from ./boost/shared_ptr.hpp:17,
from pwiz/data/common/Index.hpp:30,
from pwiz/data/common/BinaryIndexStream.hpp:26,
from pwiz/data/common/BinaryIndexStream.cpp:25:
./boost/checked_delete.hpp: In instantiation of ‘void boost::checked_delete(T*) [with T = pwiz::data::BinaryIndexStream::Impl]’:
./boost/smart_ptr/detail/shared_count.hpp:134:38: required from ‘boost::detail::shared_count::shared_count(Y*) [with Y = pwiz::data::BinaryIndexStream::Impl]’
./boost/smart_ptr/shared_ptr.hpp:276:47: required from ‘void boost::detail::sp_pointer_construct(boost::shared_ptr<X>*, Y*, boost::detail::shared_count&) [with T = pwiz::data::BinaryIndexStream::Impl; Y = pwiz::data::BinaryIndexStream::Impl]’
./boost/smart_ptr/shared_ptr.hpp:354:58: required from ‘boost::shared_ptr<T>::shared_ptr(Y*) [with Y = pwiz::data::BinaryIndexStream::Impl; T = pwiz::data::BinaryIndexStream::Impl]’
pwiz/data/common/BinaryIndexStream.cpp:402:103: required from here
./boost/checked_delete.hpp:34:5: warning: deleting object of polymorphic class type ‘pwiz::data::BinaryIndexStream::Impl’ which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]
delete x;
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/common/diff_std.cpp -o pwiz/data/common/diff_std.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/common/diff_std.hpp:33,
from pwiz/data/common/diff_std.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/common/Unimod.cpp -o pwiz/data/common/Unimod.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/or.hpp:24,
from ./boost/iterator/interoperable.hpp:11,
from ./boost/iterator/iterator_facade.hpp:11,
from ./boost_aux/boost/enum/iterator.hpp:18,
from ./boost_aux/boost/enum.hpp:18,
from pwiz/data/common/Unimod.hpp:31,
from pwiz/data/common/Unimod.cpp:25:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
In file included from ./boost/bind/bind.hpp:29:0,
from ./boost/bind.hpp:22,
from ./boost/thread/pthread/once_atomic.hpp:19,
from ./boost/thread/once.hpp:20,
from ./boost_aux/boost/utility/detail/singleton_manager.hpp:18,
from ./boost_aux/boost/utility/singleton.hpp:19,
from ./pwiz/utility/misc/Singleton.hpp:26,
from pwiz/data/common/Unimod.cpp:27:
./boost/bind/arg.hpp: In constructor ‘boost::arg<I>::arg(const T&)’:
./boost/bind/arg.hpp:37:22: warning: typedef ‘T_must_be_placeholder’ locally defined but not used [-Wunused-local-typedefs]
typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/SpectrumList_MGF.cpp -o pwiz/data/msdata/SpectrumList_MGF.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from ./pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/SpectrumListBase.hpp:28,
from pwiz/data/msdata/SpectrumList_MGF.hpp:30,
from pwiz/data/msdata/SpectrumList_MGF.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/DefaultReaderList.cpp -o pwiz/data/msdata/DefaultReaderList.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/utility/misc/Environment.hpp:24,
from ./pwiz/utility/misc/Std.hpp:29,
from pwiz/data/msdata/DefaultReaderList.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/ChromatogramList_mzML.cpp -o pwiz/data/msdata/ChromatogramList_mzML.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from ./pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/ChromatogramListBase.hpp:28,
from pwiz/data/msdata/ChromatogramList_mzML.hpp:29,
from pwiz/data/msdata/ChromatogramList_mzML.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/examples.cpp -o pwiz/data/msdata/examples.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/examples.hpp:29,
from pwiz/data/msdata/examples.cpp:25:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/Serializer_mzML.cpp -o pwiz/data/msdata/Serializer_mzML.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/Serializer_mzML.hpp:29,
from pwiz/data/msdata/Serializer_mzML.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/Serializer_MSn.cpp -o pwiz/data/msdata/Serializer_MSn.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/Serializer_MSn.hpp:26,
from pwiz/data/msdata/Serializer_MSn.cpp:25:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/Reader.cpp -o pwiz/data/msdata/Reader.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/Reader.hpp:28,
from pwiz/data/msdata/Reader.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/Serializer_MGF.cpp -o pwiz/data/msdata/Serializer_MGF.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/Serializer_MGF.hpp:27,
from pwiz/data/msdata/Serializer_MGF.cpp:25:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
In file included from ./boost/spirit/home/support/char_set/range_run.hpp:55:0,
from ./boost/spirit/home/support/char_set/basic_chset.hpp:19,
from ./boost/spirit/home/karma/char/char.hpp:19,
from ./boost/spirit/home/karma/char.hpp:13,
from ./boost/spirit/home/karma.hpp:13,
from ./boost/spirit/include/karma.hpp:16,
from pwiz/data/msdata/Serializer_MGF.cpp:29:
./boost/spirit/home/support/char_set/range_run_impl.hpp: In function ‘bool boost::spirit::support::detail::try_merge(Run&, Iterator, const Range&)’:
./boost/spirit/home/support/char_set/range_run_impl.hpp:29:48: warning: typedef ‘integer_traits’ locally defined but not used [-Wunused-local-typedefs]
typedef integer_traits<value_type> integer_traits;
^
In file included from ./boost/spirit/home/karma/string.hpp:13:0,
from ./boost/spirit/home/karma.hpp:14,
from ./boost/spirit/include/karma.hpp:16,
from pwiz/data/msdata/Serializer_MGF.cpp:29:
./boost/spirit/home/karma/string/lit.hpp: In member function ‘bool boost::spirit::karma::literal_string<String, CharEncoding, Tag, no_attribute>::generate(OutputIterator&, Context&, const Delimiter&, const Attribute&) const’:
./boost/spirit/home/karma/string/lit.hpp:179:17: warning: typedef ‘extracted_string_type’ locally defined but not used [-Wunused-local-typedefs]
extracted_string_type;
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/Serializer_mzXML.cpp -o pwiz/data/msdata/Serializer_mzXML.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/Serializer_mzXML.hpp:29,
from pwiz/data/msdata/Serializer_mzXML.cpp:25:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/SpectrumList_mzML.cpp -o pwiz/data/msdata/SpectrumList_mzML.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from ./pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/SpectrumListBase.hpp:28,
from pwiz/data/msdata/SpectrumList_mzML.hpp:29,
from pwiz/data/msdata/SpectrumList_mzML.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
In file included from ./boost/bind/bind.hpp:29:0,
from ./boost/bind.hpp:22,
from pwiz/data/msdata/SpectrumList_mzML.cpp:31:
./boost/bind/arg.hpp: In constructor ‘boost::arg<I>::arg(const T&)’:
./boost/bind/arg.hpp:37:22: warning: typedef ‘T_must_be_placeholder’ locally defined but not used [-Wunused-local-typedefs]
typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/SpectrumList_MSn.cpp -o pwiz/data/msdata/SpectrumList_MSn.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from ./pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/SpectrumListBase.hpp:28,
from pwiz/data/msdata/SpectrumList_MSn.hpp:29,
from pwiz/data/msdata/SpectrumList_MSn.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/BinaryDataEncoder.cpp -o pwiz/data/msdata/BinaryDataEncoder.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/type_traits/detail/template_arity_spec.hpp:10,
from ./boost/type_traits/detail/bool_trait_def.hpp:14,
from ./boost/type_traits/is_same.hpp:31,
from ./boost/type_traits/intrinsics.hpp:205,
from ./boost/type_traits/is_base_and_derived.hpp:12,
from ./boost/iostreams/detail/select.hpp:32,
from ./boost/iostreams/detail/access_control.hpp:20,
from ./boost/iostreams/chain.hpp:27,
from ./boost/iostreams/filtering_streambuf.hpp:17,
from pwiz/data/msdata/BinaryDataEncoder.cpp:30:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
In file included from ./boost/bind/bind.hpp:29:0,
from ./boost/bind.hpp:22,
from ./boost/iostreams/copy.hpp:26,
from pwiz/data/msdata/BinaryDataEncoder.cpp:32:
./boost/bind/arg.hpp: In constructor ‘boost::arg<I>::arg(const T&)’:
./boost/bind/arg.hpp:37:22: warning: typedef ‘T_must_be_placeholder’ locally defined but not used [-Wunused-local-typedefs]
typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
^
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/type_traits/detail/template_arity_spec.hpp:10,
from ./boost/type_traits/detail/bool_trait_def.hpp:14,
from ./boost/type_traits/is_same.hpp:31,
from ./boost/type_traits/intrinsics.hpp:205,
from ./boost/type_traits/is_base_and_derived.hpp:12,
from ./boost/iostreams/detail/select.hpp:32,
from ./boost/iostreams/detail/access_control.hpp:20,
from ./boost/iostreams/chain.hpp:27,
from ./boost/iostreams/filtering_streambuf.hpp:17,
from pwiz/data/msdata/BinaryDataEncoder.cpp:30:
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
pwiz/data/msdata/BinaryDataEncoder.cpp: In member function ‘void pwiz::msdata::BinaryDataEncoder::Impl::encode(const double*, size_t, std::string&, size_t*)’:
pwiz/data/msdata/BinaryDataEncoder.cpp:296:71: warning: ‘byteCount’ may be used uninitialized in this function [-Wmaybe-uninitialized]
filterArray<zlib_compressor>(byteBuffer, byteCount,compressed);
^
pwiz/data/msdata/BinaryDataEncoder.cpp:296:71: warning: ‘byteBuffer’ may be used uninitialized in this function [-Wmaybe-uninitialized]
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/Diff.cpp -o pwiz/data/msdata/Diff.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/Diff.hpp:29,
from pwiz/data/msdata/Diff.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/MSData.cpp -o pwiz/data/msdata/MSData.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/MSData.cpp:25:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/References.cpp -o pwiz/data/msdata/References.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/References.hpp:29,
from pwiz/data/msdata/References.cpp:25:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/SpectrumList_mzXML.cpp -o pwiz/data/msdata/SpectrumList_mzXML.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from ./pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/SpectrumListBase.hpp:28,
from pwiz/data/msdata/SpectrumList_mzXML.hpp:29,
from pwiz/data/msdata/SpectrumList_mzXML.cpp:25:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/IO.cpp -o pwiz/data/msdata/IO.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/IO.hpp:29,
from pwiz/data/msdata/IO.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
pwiz/data/msdata/IO.cpp: In member function ‘virtual pwiz::minimxml::SAXParser::Handler::Status pwiz::msdata::IO::HandlerSpectrum::startElement(const string&, const pwiz::minimxml::SAXParser::Handler::Attributes&, pwiz::minimxml::SAXParser::Handler::stream_offset)’:
pwiz/data/msdata/IO.cpp:2013:35: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
else if (version == 1 && name == "acquisitionList" /* mzML 1.0 */ || name == "scanList")
^
pwiz/data/msdata/IO.cpp: In member function ‘virtual pwiz::minimxml::SAXParser::Handler::Status pwiz::msdata::IO::HandlerMSData::startElement(const string&, const pwiz::minimxml::SAXParser::Handler::Attributes&, pwiz::minimxml::SAXParser::Handler::stream_offset)’:
pwiz/data/msdata/IO.cpp:2722:31: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
else if (version == 1 && name == "acquisitionSettings" /* mzML 1.0 */ ||
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/SpectrumList_BTDX.cpp -o pwiz/data/msdata/SpectrumList_BTDX.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from ./pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/SpectrumListBase.hpp:28,
from pwiz/data/msdata/SpectrumList_BTDX.hpp:30,
from pwiz/data/msdata/SpectrumList_BTDX.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/SpectrumInfo.cpp -o pwiz/data/msdata/SpectrumInfo.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/SpectrumInfo.hpp:29,
from pwiz/data/msdata/SpectrumInfo.cpp:27:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/RAMPAdapter.cpp -o pwiz/data/msdata/RAMPAdapter.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/MSDataFile.hpp:29,
from pwiz/data/msdata/RAMPAdapter.cpp:27:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/LegacyAdapter.cpp -o pwiz/data/msdata/LegacyAdapter.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/LegacyAdapter.hpp:30,
from pwiz/data/msdata/LegacyAdapter.cpp:27:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
In file included from ./boost/tuple/tuple.hpp:33:0,
from ./boost/lambda/core.hpp:28,
from ./boost/lambda/lambda.hpp:14,
from pwiz/data/msdata/LegacyAdapter.cpp:29:
./boost/tuple/detail/tuple_basic.hpp: In function ‘typename boost::tuples::access_traits<typename boost::tuples::element<N, boost::tuples::cons<HT, TT> >::type>::const_type boost::tuples::get(const boost::tuples::cons<HT, TT>&)’:
./boost/tuple/detail/tuple_basic.hpp:228:45: warning: typedef ‘cons_element’ locally defined but not used [-Wunused-local-typedefs]
typedef BOOST_DEDUCED_TYPENAME impl::type cons_element;
^
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/LegacyAdapter.hpp:30,
from pwiz/data/msdata/LegacyAdapter.cpp:27:
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/SpectrumIterator.cpp -o pwiz/data/msdata/SpectrumIterator.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/SpectrumIterator.hpp:29,
from pwiz/data/msdata/SpectrumIterator.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
pwiz/data/msdata/SpectrumIterator.cpp: In member function ‘bool pwiz::msdata::SpectrumIterator::Impl::equal(const pwiz::msdata::SpectrumIterator::Impl&) const’:
pwiz/data/msdata/SpectrumIterator.cpp:125:20: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
return (done() && &that.spectrumList_==&pastEndMarker_ ||
^
pwiz/data/msdata/SpectrumIterator.cpp:127:49: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
&spectrumList_==&that.spectrumList_ && currentIndex_==that.currentIndex_);
^
pwiz/data/msdata/SpectrumIterator.cpp: In member function ‘bool pwiz::msdata::SpectrumIterator::Impl::done() const’:
pwiz/data/msdata/SpectrumIterator.cpp:141:34: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
return !scanNumbers_.empty() && currentScanNumber_==scanNumbers_.end() ||
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/MSDataFile.cpp -o pwiz/data/msdata/MSDataFile.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/MSDataFile.hpp:29,
from pwiz/data/msdata/MSDataFile.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/MSNumpress.cpp -o pwiz/data/msdata/MSNumpress.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/SpectrumListCache.cpp -o pwiz/data/msdata/SpectrumListCache.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/SpectrumListCache.hpp:27,
from pwiz/data/msdata/SpectrumListCache.cpp:25:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
In file included from ./boost/tuple/tuple.hpp:33:0,
from ./boost/multi_index/detail/index_base.hpp:27,
from ./boost/multi_index/detail/base_type.hpp:21,
from ./boost/multi_index_container.hpp:34,
from ./pwiz/utility/misc/mru_list.hpp:25,
from pwiz/data/msdata/MemoryMRUCache.hpp:27,
from pwiz/data/msdata/SpectrumListCache.hpp:28,
from pwiz/data/msdata/SpectrumListCache.cpp:25:
./boost/tuple/detail/tuple_basic.hpp: In function ‘typename boost::tuples::access_traits<typename boost::tuples::element<N, boost::tuples::cons<HT, TT> >::type>::const_type boost::tuples::get(const boost::tuples::cons<HT, TT>&)’:
./boost/tuple/detail/tuple_basic.hpp:228:45: warning: typedef ‘cons_element’ locally defined but not used [-Wunused-local-typedefs]
typedef BOOST_DEDUCED_TYPENAME impl::type cons_element;
^
In file included from ./boost/bind/bind.hpp:29:0,
from ./boost/bind.hpp:22,
from ./boost/multi_index/sequenced_index.hpp:50,
from ./pwiz/utility/misc/mru_list.hpp:30,
from pwiz/data/msdata/MemoryMRUCache.hpp:27,
from pwiz/data/msdata/SpectrumListCache.hpp:28,
from pwiz/data/msdata/SpectrumListCache.cpp:25:
./boost/bind/arg.hpp: In constructor ‘boost::arg<I>::arg(const T&)’:
./boost/bind/arg.hpp:37:22: warning: typedef ‘T_must_be_placeholder’ locally defined but not used [-Wunused-local-typedefs]
typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
^
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/SpectrumListCache.hpp:27,
from pwiz/data/msdata/SpectrumListCache.cpp:25:
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/msdata/Index_mzML.cpp -o pwiz/data/msdata/Index_mzML.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/data/common/ParamTypes.hpp:29,
from pwiz/data/msdata/MSData.hpp:29,
from pwiz/data/msdata/Index_mzML.hpp:28,
from pwiz/data/msdata/Index_mzML.cpp:24:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/identdata/IdentDataFile.cpp -o pwiz/data/identdata/IdentDataFile.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/has_xxx.hpp:20,
from ./boost/regex/v4/regex_traits.hpp:56,
from ./boost/regex/regex_traits.hpp:27,
from ./boost/regex/v4/regex.hpp:39,
from ./boost/regex.hpp:31,
from ./pwiz/data/proteome/Digestion.hpp:33,
from pwiz/data/identdata/IdentData.hpp:30,
from pwiz/data/identdata/IdentDataFile.hpp:29,
from pwiz/data/identdata/IdentDataFile.cpp:25:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/identdata/IdentData.cpp -o pwiz/data/identdata/IdentData.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/utility/misc/Environment.hpp:24,
from ./pwiz/utility/misc/Std.hpp:29,
from pwiz/data/identdata/IdentData.cpp:25:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
In file included from ./boost/date_time/period_parser.hpp:15:0,
from ./boost/date_time/date_facet.hpp:23,
from ./boost/date_time/gregorian/gregorian_io.hpp:16,
from ./boost/date_time/gregorian/gregorian.hpp:31,
from ./boost/date_time/posix_time/time_formatters.hpp:12,
from ./boost/date_time/posix_time/posix_time.hpp:24,
from ./boost/date_time/local_time/local_time.hpp:11,
from ./pwiz/utility/misc/DateTime.hpp:25,
from pwiz/data/identdata/IdentData.cpp:27:
./boost/date_time/string_convert.hpp: In function ‘std::basic_string<CharIn> boost::date_time::convert_string_type(const std::basic_string<_CharT>&)’:
./boost/date_time/string_convert.hpp:24:39: warning: typedef ‘input_type’ locally defined but not used [-Wunused-local-typedefs]
typedef std::basic_string<InputT> input_type;
^
In file included from ./boost/date_time/format_date_parser.hpp:16:0,
from ./boost/date_time/date_generator_parser.hpp:20,
from ./boost/date_time/date_facet.hpp:25,
from ./boost/date_time/gregorian/gregorian_io.hpp:16,
from ./boost/date_time/gregorian/gregorian.hpp:31,
from ./boost/date_time/posix_time/time_formatters.hpp:12,
from ./boost/date_time/posix_time/posix_time.hpp:24,
from ./boost/date_time/local_time/local_time.hpp:11,
from ./pwiz/utility/misc/DateTime.hpp:25,
from pwiz/data/identdata/IdentData.cpp:27:
./boost/date_time/strings_from_facet.hpp: In function ‘std::vector<std::basic_string<_CharT> > boost::date_time::gather_month_strings(const std::locale&, bool)’:
./boost/date_time/strings_from_facet.hpp:38:43: warning: typedef ‘ostream_type’ locally defined but not used [-Wunused-local-typedefs]
typedef std::basic_ostringstream<charT> ostream_type;
^
./boost/date_time/strings_from_facet.hpp: In function ‘std::vector<std::basic_string<_CharT> > boost::date_time::gather_weekday_strings(const std::locale&, bool)’:
./boost/date_time/strings_from_facet.hpp:89:43: warning: typedef ‘ostream_type’ locally defined but not used [-Wunused-local-typedefs]
typedef std::basic_ostringstream<charT> ostream_type;
^
In file included from ./boost/date_time/gregorian/parsers.hpp:13:0,
from ./boost/date_time/gregorian/gregorian.hpp:34,
from ./boost/date_time/posix_time/time_formatters.hpp:12,
from ./boost/date_time/posix_time/posix_time.hpp:24,
from ./boost/date_time/local_time/local_time.hpp:11,
from ./pwiz/utility/misc/DateTime.hpp:25,
from pwiz/data/identdata/IdentData.cpp:27:
./boost/date_time/date_parsing.hpp: In function ‘date_type boost::date_time::parse_date(const string&, int)’:
./boost/date_time/date_parsing.hpp:116:45: warning: typedef ‘year_type’ locally defined but not used [-Wunused-local-typedefs]
typedef typename date_type::year_type year_type;
^
./boost/date_time/date_parsing.hpp: In function ‘date_type boost::date_time::parse_undelimited_date(const string&)’:
./boost/date_time/date_parsing.hpp:163:45: warning: typedef ‘year_type’ locally defined but not used [-Wunused-local-typedefs]
typedef typename date_type::year_type year_type;
^
In file included from ./boost/date_time/posix_time/posix_time.hpp:31:0,
from ./boost/date_time/local_time/local_time.hpp:11,
from ./pwiz/utility/misc/DateTime.hpp:25,
from pwiz/data/identdata/IdentData.cpp:27:
./boost/date_time/posix_time/posix_time_io.hpp: In function ‘std::basic_ostream<_CharT, _Traits>& boost::posix_time::operator<<(std::basic_ostream<_CharT, _Traits>&, const boost::posix_time::ptime&)’:
./boost/date_time/posix_time/posix_time_io.hpp:50:51: warning: typedef ‘std_ptime_facet’ locally defined but not used [-Wunused-local-typedefs]
typedef std::time_put<CharT> std_ptime_facet;
^
./boost/date_time/posix_time/posix_time_io.hpp: In function ‘std::basic_ostream<_CharT, _Traits>& boost::posix_time::operator<<(std::basic_ostream<_CharT, _Traits>&, const time_period&)’:
./boost/date_time/posix_time/posix_time_io.hpp:117:51: warning: typedef ‘std_time_facet’ locally defined but not used [-Wunused-local-typedefs]
typedef std::time_put<CharT> std_time_facet;
^
./boost/date_time/posix_time/posix_time_io.hpp: In function ‘std::basic_ostream<_CharT, _Traits>& boost::posix_time::operator<<(std::basic_ostream<_CharT, _Traits>&, const boost::posix_time::time_duration&)’:
./boost/date_time/posix_time/posix_time_io.hpp:183:51: warning: typedef ‘std_ptime_facet’ locally defined but not used [-Wunused-local-typedefs]
typedef std::time_put<CharT> std_ptime_facet;
^
In file included from ./boost/date_time/local_time/local_time.hpp:15:0,
from ./pwiz/utility/misc/DateTime.hpp:25,
from pwiz/data/identdata/IdentData.cpp:27:
./boost/date_time/local_time/local_time_io.hpp: In function ‘std::basic_ostream<_CharT, _Traits>& boost::local_time::operator<<(std::basic_ostream<_CharT, _Traits>&, const local_date_time&)’:
./boost/date_time/local_time/local_time_io.hpp:39:34: warning: typedef ‘std_time_facet’ locally defined but not used [-Wunused-local-typedefs]
typedef std::time_put<CharT> std_time_facet;
^
./boost/date_time/local_time/local_time_io.hpp: In function ‘std::basic_ostream<_CharT, _Traits>& boost::local_time::operator<<(std::basic_ostream<_CharT, _Traits>&, const local_time_period&)’:
./boost/date_time/local_time/local_time_io.hpp:126:34: warning: typedef ‘std_time_facet’ locally defined but not used [-Wunused-local-typedefs]
typedef std::time_put<CharT> std_time_facet;
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/identdata/DefaultReaderList.cpp -o pwiz/data/identdata/DefaultReaderList.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/utility/misc/Environment.hpp:24,
from ./pwiz/utility/misc/Std.hpp:29,
from pwiz/data/identdata/DefaultReaderList.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/identdata/Reader.cpp -o pwiz/data/identdata/Reader.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/has_xxx.hpp:20,
from ./boost/regex/v4/regex_traits.hpp:56,
from ./boost/regex/regex_traits.hpp:27,
from ./boost/regex/v4/regex.hpp:39,
from ./boost/regex.hpp:31,
from ./pwiz/data/proteome/Digestion.hpp:33,
from pwiz/data/identdata/IdentData.hpp:30,
from pwiz/data/identdata/Reader.hpp:28,
from pwiz/data/identdata/Reader.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/identdata/Serializer_protXML.cpp -o pwiz/data/identdata/Serializer_protXML.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/has_xxx.hpp:20,
from ./boost/regex/v4/regex_traits.hpp:56,
from ./boost/regex/regex_traits.hpp:27,
from ./boost/regex/v4/regex.hpp:39,
from ./boost/regex.hpp:31,
from ./pwiz/data/proteome/Digestion.hpp:33,
from pwiz/data/identdata/IdentData.hpp:30,
from pwiz/data/identdata/Serializer_protXML.hpp:29,
from pwiz/data/identdata/Serializer_protXML.cpp:28:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
In file included from ./boost/date_time/period_parser.hpp:15:0,
from ./boost/date_time/date_facet.hpp:23,
from ./boost/date_time/gregorian/gregorian_io.hpp:16,
from ./boost/date_time/gregorian/gregorian.hpp:31,
from ./boost/date_time/posix_time/time_formatters.hpp:12,
from ./boost/date_time/posix_time/posix_time.hpp:24,
from ./boost/date_time/local_time/local_time.hpp:11,
from ./pwiz/utility/misc/DateTime.hpp:25,
from pwiz/data/identdata/Serializer_protXML.cpp:33:
./boost/date_time/string_convert.hpp: In function ‘std::basic_string<charT> boost::date_time::convert_string_type(const std::basic_string<_CharT>&)’:
./boost/date_time/string_convert.hpp:24:39: warning: typedef ‘input_type’ locally defined but not used [-Wunused-local-typedefs]
typedef std::basic_string<InputT> input_type;
^
In file included from ./boost/date_time/format_date_parser.hpp:16:0,
from ./boost/date_time/date_generator_parser.hpp:20,
from ./boost/date_time/date_facet.hpp:25,
from ./boost/date_time/gregorian/gregorian_io.hpp:16,
from ./boost/date_time/gregorian/gregorian.hpp:31,
from ./boost/date_time/posix_time/time_formatters.hpp:12,
from ./boost/date_time/posix_time/posix_time.hpp:24,
from ./boost/date_time/local_time/local_time.hpp:11,
from ./pwiz/utility/misc/DateTime.hpp:25,
from pwiz/data/identdata/Serializer_protXML.cpp:33:
./boost/date_time/strings_from_facet.hpp: In function ‘std::vector<std::basic_string<_CharT> > boost::date_time::gather_month_strings(const std::locale&, bool)’:
./boost/date_time/strings_from_facet.hpp:38:43: warning: typedef ‘ostream_type’ locally defined but not used [-Wunused-local-typedefs]
typedef std::basic_ostringstream<charT> ostream_type;
^
./boost/date_time/strings_from_facet.hpp: In function ‘std::vector<std::basic_string<_CharT> > boost::date_time::gather_weekday_strings(const std::locale&, bool)’:
./boost/date_time/strings_from_facet.hpp:89:43: warning: typedef ‘ostream_type’ locally defined but not used [-Wunused-local-typedefs]
typedef std::basic_ostringstream<charT> ostream_type;
^
In file included from ./boost/date_time/gregorian/parsers.hpp:13:0,
from ./boost/date_time/gregorian/gregorian.hpp:34,
from ./boost/date_time/posix_time/time_formatters.hpp:12,
from ./boost/date_time/posix_time/posix_time.hpp:24,
from ./boost/date_time/local_time/local_time.hpp:11,
from ./pwiz/utility/misc/DateTime.hpp:25,
from pwiz/data/identdata/Serializer_protXML.cpp:33:
./boost/date_time/date_parsing.hpp: In function ‘date_type boost::date_time::parse_date(const string&, int)’:
./boost/date_time/date_parsing.hpp:116:45: warning: typedef ‘year_type’ locally defined but not used [-Wunused-local-typedefs]
typedef typename date_type::year_type year_type;
^
./boost/date_time/date_parsing.hpp: In function ‘date_type boost::date_time::parse_undelimited_date(const string&)’:
./boost/date_time/date_parsing.hpp:163:45: warning: typedef ‘year_type’ locally defined but not used [-Wunused-local-typedefs]
typedef typename date_type::year_type year_type;
^
In file included from ./boost/date_time/posix_time/posix_time.hpp:31:0,
from ./boost/date_time/local_time/local_time.hpp:11,
from ./pwiz/utility/misc/DateTime.hpp:25,
from pwiz/data/identdata/Serializer_protXML.cpp:33:
./boost/date_time/posix_time/posix_time_io.hpp: In function ‘std::basic_ostream<_CharT, _Traits>& boost::posix_time::operator<<(std::basic_ostream<_CharT, _Traits>&, const boost::posix_time::ptime&)’:
./boost/date_time/posix_time/posix_time_io.hpp:50:51: warning: typedef ‘std_ptime_facet’ locally defined but not used [-Wunused-local-typedefs]
typedef std::time_put<CharT> std_ptime_facet;
^
./boost/date_time/posix_time/posix_time_io.hpp: In function ‘std::basic_ostream<_CharT, _Traits>& boost::posix_time::operator<<(std::basic_ostream<_CharT, _Traits>&, const time_period&)’:
./boost/date_time/posix_time/posix_time_io.hpp:117:51: warning: typedef ‘std_time_facet’ locally defined but not used [-Wunused-local-typedefs]
typedef std::time_put<CharT> std_time_facet;
^
./boost/date_time/posix_time/posix_time_io.hpp: In function ‘std::basic_ostream<_CharT, _Traits>& boost::posix_time::operator<<(std::basic_ostream<_CharT, _Traits>&, const boost::posix_time::time_duration&)’:
./boost/date_time/posix_time/posix_time_io.hpp:183:51: warning: typedef ‘std_ptime_facet’ locally defined but not used [-Wunused-local-typedefs]
typedef std::time_put<CharT> std_ptime_facet;
^
In file included from ./boost/date_time/local_time/local_time.hpp:15:0,
from ./pwiz/utility/misc/DateTime.hpp:25,
from pwiz/data/identdata/Serializer_protXML.cpp:33:
./boost/date_time/local_time/local_time_io.hpp: In function ‘std::basic_ostream<_CharT, _Traits>& boost::local_time::operator<<(std::basic_ostream<_CharT, _Traits>&, const local_date_time&)’:
./boost/date_time/local_time/local_time_io.hpp:39:34: warning: typedef ‘std_time_facet’ locally defined but not used [-Wunused-local-typedefs]
typedef std::time_put<CharT> std_time_facet;
^
./boost/date_time/local_time/local_time_io.hpp: In function ‘std::basic_ostream<_CharT, _Traits>& boost::local_time::operator<<(std::basic_ostream<_CharT, _Traits>&, const local_time_period&)’:
./boost/date_time/local_time/local_time_io.hpp:126:34: warning: typedef ‘std_time_facet’ locally defined but not used [-Wunused-local-typedefs]
typedef std::time_put<CharT> std_time_facet;
^
In file included from ./boost/bind/bind.hpp:29:0,
from ./boost/bind.hpp:22,
from ./boost/thread/pthread/once_atomic.hpp:19,
from ./boost/thread/once.hpp:20,
from ./boost_aux/boost/utility/detail/singleton_manager.hpp:18,
from ./boost_aux/boost/utility/singleton.hpp:19,
from ./pwiz/utility/misc/Singleton.hpp:26,
from pwiz/data/identdata/Serializer_protXML.cpp:40:
./boost/bind/arg.hpp: In constructor ‘boost::arg<I>::arg(const T&)’:
./boost/bind/arg.hpp:37:22: warning: typedef ‘T_must_be_placeholder’ locally defined but not used [-Wunused-local-typedefs]
typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
^
In file included from ./boost/xpressive/regex_compiler.hpp:31:0,
from ./boost/xpressive/xpressive_dynamic.hpp:17,
from ./boost/xpressive/xpressive.hpp:19,
from pwiz/data/identdata/Serializer_protXML.cpp:41:
./boost/xpressive/detail/dynamic/parser.hpp: In function ‘boost::xpressive::detail::sequence<BidiIter> boost::xpressive::detail::make_assert_word(Cond, const Traits&)’:
./boost/xpressive/detail/dynamic/parser.hpp:331:53: warning: typedef ‘char_type’ locally defined but not used [-Wunused-local-typedefs]
typedef typename iterator_value<BidiIter>::type char_type;
^
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/has_xxx.hpp:20,
from ./boost/regex/v4/regex_traits.hpp:56,
from ./boost/regex/regex_traits.hpp:27,
from ./boost/regex/v4/regex.hpp:39,
from ./boost/regex.hpp:31,
from ./pwiz/data/proteome/Digestion.hpp:33,
from pwiz/data/identdata/IdentData.hpp:30,
from pwiz/data/identdata/Serializer_protXML.hpp:29,
from pwiz/data/identdata/Serializer_protXML.cpp:28:
./boost/range/algorithm/min_element.hpp: In function ‘typename boost::range_iterator<C>::type boost::range::min_element(ForwardRange&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check34’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/min_element.hpp:34:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<ForwardRange> ));
^
./boost/range/algorithm/min_element.hpp: In function ‘typename boost::range_iterator<const T>::type boost::range::min_element(const ForwardRange&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check43’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/min_element.hpp:43:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<const ForwardRange> ));
^
./boost/range/algorithm/min_element.hpp: In function ‘typename boost::range_iterator<C>::type boost::range::min_element(ForwardRange&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check52’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/min_element.hpp:52:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<ForwardRange> ));
^
./boost/range/algorithm/min_element.hpp: In function ‘typename boost::range_iterator<const T>::type boost::range::min_element(const ForwardRange&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check61’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/min_element.hpp:61:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<const ForwardRange> ));
^
./boost/range/algorithm/min_element.hpp: In function ‘typename boost::range_return<ForwardRange, re>::type boost::range::min_element(ForwardRange&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check72’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/min_element.hpp:72:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<ForwardRange> ));
^
./boost/range/algorithm/min_element.hpp: In function ‘typename boost::range_return<const ForwardRange, re>::type boost::range::min_element(const ForwardRange&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check83’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/min_element.hpp:83:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<const ForwardRange> ));
^
./boost/range/algorithm/min_element.hpp: In function ‘typename boost::range_return<ForwardRange, re>::type boost::range::min_element(ForwardRange&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check94’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/min_element.hpp:94:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<ForwardRange> ));
^
./boost/range/algorithm/min_element.hpp: In function ‘typename boost::range_return<const ForwardRange, re>::type boost::range::min_element(const ForwardRange&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check105’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/min_element.hpp:105:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<const ForwardRange> ));
^
./boost/range/algorithm/max_element.hpp: In function ‘typename boost::range_iterator<C>::type boost::range::max_element(ForwardRange&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check34’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/max_element.hpp:34:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<ForwardRange> ));
^
./boost/range/algorithm/max_element.hpp: In function ‘typename boost::range_iterator<const T>::type boost::range::max_element(const ForwardRange&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check43’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/max_element.hpp:43:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<const ForwardRange> ));
^
./boost/range/algorithm/max_element.hpp: In function ‘typename boost::range_iterator<C>::type boost::range::max_element(ForwardRange&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check52’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/max_element.hpp:52:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<ForwardRange> ));
^
./boost/range/algorithm/max_element.hpp: In function ‘typename boost::range_iterator<const T>::type boost::range::max_element(const ForwardRange&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check61’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/max_element.hpp:61:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<const ForwardRange> ));
^
./boost/range/algorithm/max_element.hpp: In function ‘typename boost::range_return<ForwardRange, re>::type boost::range::max_element(ForwardRange&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check72’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/max_element.hpp:72:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<ForwardRange> ));
^
./boost/range/algorithm/max_element.hpp: In function ‘typename boost::range_return<const ForwardRange, re>::type boost::range::max_element(const ForwardRange&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check83’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/max_element.hpp:83:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<const ForwardRange> ));
^
./boost/range/algorithm/max_element.hpp: In function ‘typename boost::range_return<ForwardRange, re>::type boost::range::max_element(ForwardRange&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check94’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/max_element.hpp:94:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<ForwardRange> ));
^
./boost/range/algorithm/max_element.hpp: In function ‘typename boost::range_return<const ForwardRange, re>::type boost::range::max_element(const ForwardRange&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check105’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/max_element.hpp:105:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<const ForwardRange> ));
^
./boost/range/algorithm/set_algorithm.hpp: In function ‘bool boost::range::includes(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check34’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:34:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check35’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:35:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/set_algorithm.hpp: In function ‘bool boost::range::includes(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check47’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:47:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check48’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:48:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/set_algorithm.hpp: In function ‘OutputIterator boost::range::set_union(const SinglePassRange1&, const SinglePassRange2&, OutputIterator)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check66’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:66:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check67’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:67:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/set_algorithm.hpp: In function ‘OutputIterator boost::range::set_union(const SinglePassRange1&, const SinglePassRange2&, OutputIterator, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check80’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:80:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:81:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/set_algorithm.hpp: In function ‘OutputIterator boost::range::set_intersection(const SinglePassRange1&, const SinglePassRange2&, OutputIterator)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check99’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:99:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check100’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:100:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/set_algorithm.hpp: In function ‘OutputIterator boost::range::set_intersection(const SinglePassRange1&, const SinglePassRange2&, OutputIterator, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check113’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:113:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check114’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:114:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/set_algorithm.hpp: In function ‘OutputIterator boost::range::set_difference(const SinglePassRange1&, const SinglePassRange2&, OutputIterator)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check133’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:133:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check134’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:134:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/set_algorithm.hpp: In function ‘OutputIterator boost::range::set_difference(const SinglePassRange1&, const SinglePassRange2&, OutputIterator, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check147’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:147:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check148’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:148:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/set_algorithm.hpp: In function ‘OutputIterator boost::range::set_symmetric_difference(const SinglePassRange1&, const SinglePassRange2&, OutputIterator)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check168’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:168:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check169’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:169:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/set_algorithm.hpp: In function ‘OutputIterator boost::range::set_symmetric_difference(const SinglePassRange1&, const SinglePassRange2&, OutputIterator, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check183’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:183:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check184’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:184:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
pwiz/data/identdata/Serializer_protXML.cpp: In constructor ‘pwiz::identdata::{anonymous}::Handler_protXML::Handler_protXML(pwiz::identdata::IdentData&, const pwiz::util::IterationListenerRegistry*, bool, std::vector<std::basic_string<char> >*)’:
pwiz/data/identdata/Serializer_protXML.cpp:478:10: warning: ‘pwiz::identdata::{anonymous}::Handler_protXML::strict’ will be initialized after [-Wreorder]
bool strict;
^
pwiz/data/identdata/Serializer_protXML.cpp:85:9: warning: ‘int pwiz::identdata::{anonymous}::Handler_protXML::nPeptides’ [-Wreorder]
int nPeptides;
^
pwiz/data/identdata/Serializer_protXML.cpp:91:5: warning: when initialized here [-Wreorder]
Handler_protXML(IdentData& mzid,
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/identdata/Serializer_pepXML.cpp -o pwiz/data/identdata/Serializer_pepXML.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/has_xxx.hpp:20,
from ./boost/regex/v4/regex_traits.hpp:56,
from ./boost/regex/regex_traits.hpp:27,
from ./boost/regex/v4/regex.hpp:39,
from ./boost/regex.hpp:31,
from ./pwiz/data/proteome/Digestion.hpp:33,
from pwiz/data/identdata/IdentData.hpp:30,
from pwiz/data/identdata/Serializer_pepXML.hpp:27,
from pwiz/data/identdata/Serializer_pepXML.cpp:25:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
In file included from ./boost/date_time/period_parser.hpp:15:0,
from ./boost/date_time/date_facet.hpp:23,
from ./boost/date_time/gregorian/gregorian_io.hpp:16,
from ./boost/date_time/gregorian/gregorian.hpp:31,
from ./boost/date_time/posix_time/time_formatters.hpp:12,
from ./boost/date_time/posix_time/posix_time.hpp:24,
from ./boost/date_time/local_time/local_time.hpp:11,
from ./pwiz/utility/misc/DateTime.hpp:25,
from pwiz/data/identdata/Serializer_pepXML.cpp:30:
./boost/date_time/string_convert.hpp: In function ‘std::basic_string<charT> boost::date_time::convert_string_type(const std::basic_string<_CharT>&)’:
./boost/date_time/string_convert.hpp:24:39: warning: typedef ‘input_type’ locally defined but not used [-Wunused-local-typedefs]
typedef std::basic_string<InputT> input_type;
^
In file included from ./boost/date_time/format_date_parser.hpp:16:0,
from ./boost/date_time/date_generator_parser.hpp:20,
from ./boost/date_time/date_facet.hpp:25,
from ./boost/date_time/gregorian/gregorian_io.hpp:16,
from ./boost/date_time/gregorian/gregorian.hpp:31,
from ./boost/date_time/posix_time/time_formatters.hpp:12,
from ./boost/date_time/posix_time/posix_time.hpp:24,
from ./boost/date_time/local_time/local_time.hpp:11,
from ./pwiz/utility/misc/DateTime.hpp:25,
from pwiz/data/identdata/Serializer_pepXML.cpp:30:
./boost/date_time/strings_from_facet.hpp: In function ‘std::vector<std::basic_string<_CharT> > boost::date_time::gather_month_strings(const std::locale&, bool)’:
./boost/date_time/strings_from_facet.hpp:38:43: warning: typedef ‘ostream_type’ locally defined but not used [-Wunused-local-typedefs]
typedef std::basic_ostringstream<charT> ostream_type;
^
./boost/date_time/strings_from_facet.hpp: In function ‘std::vector<std::basic_string<_CharT> > boost::date_time::gather_weekday_strings(const std::locale&, bool)’:
./boost/date_time/strings_from_facet.hpp:89:43: warning: typedef ‘ostream_type’ locally defined but not used [-Wunused-local-typedefs]
typedef std::basic_ostringstream<charT> ostream_type;
^
In file included from ./boost/date_time/gregorian/parsers.hpp:13:0,
from ./boost/date_time/gregorian/gregorian.hpp:34,
from ./boost/date_time/posix_time/time_formatters.hpp:12,
from ./boost/date_time/posix_time/posix_time.hpp:24,
from ./boost/date_time/local_time/local_time.hpp:11,
from ./pwiz/utility/misc/DateTime.hpp:25,
from pwiz/data/identdata/Serializer_pepXML.cpp:30:
./boost/date_time/date_parsing.hpp: In function ‘date_type boost::date_time::parse_date(const string&, int)’:
./boost/date_time/date_parsing.hpp:116:45: warning: typedef ‘year_type’ locally defined but not used [-Wunused-local-typedefs]
typedef typename date_type::year_type year_type;
^
./boost/date_time/date_parsing.hpp: In function ‘date_type boost::date_time::parse_undelimited_date(const string&)’:
./boost/date_time/date_parsing.hpp:163:45: warning: typedef ‘year_type’ locally defined but not used [-Wunused-local-typedefs]
typedef typename date_type::year_type year_type;
^
In file included from ./boost/date_time/posix_time/posix_time.hpp:31:0,
from ./boost/date_time/local_time/local_time.hpp:11,
from ./pwiz/utility/misc/DateTime.hpp:25,
from pwiz/data/identdata/Serializer_pepXML.cpp:30:
./boost/date_time/posix_time/posix_time_io.hpp: In function ‘std::basic_ostream<_CharT, _Traits>& boost::posix_time::operator<<(std::basic_ostream<_CharT, _Traits>&, const boost::posix_time::ptime&)’:
./boost/date_time/posix_time/posix_time_io.hpp:50:51: warning: typedef ‘std_ptime_facet’ locally defined but not used [-Wunused-local-typedefs]
typedef std::time_put<CharT> std_ptime_facet;
^
./boost/date_time/posix_time/posix_time_io.hpp: In function ‘std::basic_ostream<_CharT, _Traits>& boost::posix_time::operator<<(std::basic_ostream<_CharT, _Traits>&, const time_period&)’:
./boost/date_time/posix_time/posix_time_io.hpp:117:51: warning: typedef ‘std_time_facet’ locally defined but not used [-Wunused-local-typedefs]
typedef std::time_put<CharT> std_time_facet;
^
./boost/date_time/posix_time/posix_time_io.hpp: In function ‘std::basic_ostream<_CharT, _Traits>& boost::posix_time::operator<<(std::basic_ostream<_CharT, _Traits>&, const boost::posix_time::time_duration&)’:
./boost/date_time/posix_time/posix_time_io.hpp:183:51: warning: typedef ‘std_ptime_facet’ locally defined but not used [-Wunused-local-typedefs]
typedef std::time_put<CharT> std_ptime_facet;
^
In file included from ./boost/date_time/local_time/local_time.hpp:15:0,
from ./pwiz/utility/misc/DateTime.hpp:25,
from pwiz/data/identdata/Serializer_pepXML.cpp:30:
./boost/date_time/local_time/local_time_io.hpp: In function ‘std::basic_ostream<_CharT, _Traits>& boost::local_time::operator<<(std::basic_ostream<_CharT, _Traits>&, const local_date_time&)’:
./boost/date_time/local_time/local_time_io.hpp:39:34: warning: typedef ‘std_time_facet’ locally defined but not used [-Wunused-local-typedefs]
typedef std::time_put<CharT> std_time_facet;
^
./boost/date_time/local_time/local_time_io.hpp: In function ‘std::basic_ostream<_CharT, _Traits>& boost::local_time::operator<<(std::basic_ostream<_CharT, _Traits>&, const local_time_period&)’:
./boost/date_time/local_time/local_time_io.hpp:126:34: warning: typedef ‘std_time_facet’ locally defined but not used [-Wunused-local-typedefs]
typedef std::time_put<CharT> std_time_facet;
^
In file included from ./boost/bind/bind.hpp:29:0,
from ./boost/bind.hpp:22,
from ./boost/thread/pthread/once_atomic.hpp:19,
from ./boost/thread/once.hpp:20,
from ./boost_aux/boost/utility/detail/singleton_manager.hpp:18,
from ./boost_aux/boost/utility/singleton.hpp:19,
from ./pwiz/utility/misc/Singleton.hpp:26,
from pwiz/data/identdata/Serializer_pepXML.cpp:36:
./boost/bind/arg.hpp: In constructor ‘boost::arg<I>::arg(const T&)’:
./boost/bind/arg.hpp:37:22: warning: typedef ‘T_must_be_placeholder’ locally defined but not used [-Wunused-local-typedefs]
typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
^
In file included from ./boost/xpressive/regex_compiler.hpp:31:0,
from ./boost/xpressive/xpressive_dynamic.hpp:17,
from ./boost/xpressive/xpressive.hpp:19,
from pwiz/data/identdata/Serializer_pepXML.cpp:37:
./boost/xpressive/detail/dynamic/parser.hpp: In function ‘boost::xpressive::detail::sequence<BidiIter> boost::xpressive::detail::make_assert_word(Cond, const Traits&)’:
./boost/xpressive/detail/dynamic/parser.hpp:331:53: warning: typedef ‘char_type’ locally defined but not used [-Wunused-local-typedefs]
typedef typename iterator_value<BidiIter>::type char_type;
^
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/has_xxx.hpp:20,
from ./boost/regex/v4/regex_traits.hpp:56,
from ./boost/regex/regex_traits.hpp:27,
from ./boost/regex/v4/regex.hpp:39,
from ./boost/regex.hpp:31,
from ./pwiz/data/proteome/Digestion.hpp:33,
from pwiz/data/identdata/IdentData.hpp:30,
from pwiz/data/identdata/Serializer_pepXML.hpp:27,
from pwiz/data/identdata/Serializer_pepXML.cpp:25:
./boost/range/algorithm/min_element.hpp: In function ‘typename boost::range_iterator<C>::type boost::range::min_element(ForwardRange&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check34’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/min_element.hpp:34:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<ForwardRange> ));
^
./boost/range/algorithm/min_element.hpp: In function ‘typename boost::range_iterator<const T>::type boost::range::min_element(const ForwardRange&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check43’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/min_element.hpp:43:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<const ForwardRange> ));
^
./boost/range/algorithm/min_element.hpp: In function ‘typename boost::range_iterator<C>::type boost::range::min_element(ForwardRange&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check52’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/min_element.hpp:52:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<ForwardRange> ));
^
./boost/range/algorithm/min_element.hpp: In function ‘typename boost::range_iterator<const T>::type boost::range::min_element(const ForwardRange&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check61’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/min_element.hpp:61:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<const ForwardRange> ));
^
./boost/range/algorithm/min_element.hpp: In function ‘typename boost::range_return<ForwardRange, re>::type boost::range::min_element(ForwardRange&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check72’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/min_element.hpp:72:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<ForwardRange> ));
^
./boost/range/algorithm/min_element.hpp: In function ‘typename boost::range_return<const ForwardRange, re>::type boost::range::min_element(const ForwardRange&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check83’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/min_element.hpp:83:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<const ForwardRange> ));
^
./boost/range/algorithm/min_element.hpp: In function ‘typename boost::range_return<ForwardRange, re>::type boost::range::min_element(ForwardRange&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check94’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/min_element.hpp:94:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<ForwardRange> ));
^
./boost/range/algorithm/min_element.hpp: In function ‘typename boost::range_return<const ForwardRange, re>::type boost::range::min_element(const ForwardRange&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check105’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/min_element.hpp:105:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<const ForwardRange> ));
^
./boost/range/algorithm/max_element.hpp: In function ‘typename boost::range_iterator<C>::type boost::range::max_element(ForwardRange&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check34’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/max_element.hpp:34:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<ForwardRange> ));
^
./boost/range/algorithm/max_element.hpp: In function ‘typename boost::range_iterator<const T>::type boost::range::max_element(const ForwardRange&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check43’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/max_element.hpp:43:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<const ForwardRange> ));
^
./boost/range/algorithm/max_element.hpp: In function ‘typename boost::range_iterator<C>::type boost::range::max_element(ForwardRange&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check52’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/max_element.hpp:52:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<ForwardRange> ));
^
./boost/range/algorithm/max_element.hpp: In function ‘typename boost::range_iterator<const T>::type boost::range::max_element(const ForwardRange&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check61’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/max_element.hpp:61:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<const ForwardRange> ));
^
./boost/range/algorithm/max_element.hpp: In function ‘typename boost::range_return<ForwardRange, re>::type boost::range::max_element(ForwardRange&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check72’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/max_element.hpp:72:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<ForwardRange> ));
^
./boost/range/algorithm/max_element.hpp: In function ‘typename boost::range_return<const ForwardRange, re>::type boost::range::max_element(const ForwardRange&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check83’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/max_element.hpp:83:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<const ForwardRange> ));
^
./boost/range/algorithm/max_element.hpp: In function ‘typename boost::range_return<ForwardRange, re>::type boost::range::max_element(ForwardRange&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check94’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/max_element.hpp:94:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<ForwardRange> ));
^
./boost/range/algorithm/max_element.hpp: In function ‘typename boost::range_return<const ForwardRange, re>::type boost::range::max_element(const ForwardRange&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check105’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/max_element.hpp:105:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( ForwardRangeConcept<const ForwardRange> ));
^
./boost/range/algorithm/set_algorithm.hpp: In function ‘bool boost::range::includes(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check34’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:34:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check35’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:35:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/set_algorithm.hpp: In function ‘bool boost::range::includes(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check47’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:47:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check48’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:48:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/set_algorithm.hpp: In function ‘OutputIterator boost::range::set_union(const SinglePassRange1&, const SinglePassRange2&, OutputIterator)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check66’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:66:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check67’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:67:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/set_algorithm.hpp: In function ‘OutputIterator boost::range::set_union(const SinglePassRange1&, const SinglePassRange2&, OutputIterator, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check80’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:80:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:81:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/set_algorithm.hpp: In function ‘OutputIterator boost::range::set_intersection(const SinglePassRange1&, const SinglePassRange2&, OutputIterator)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check99’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:99:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check100’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:100:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/set_algorithm.hpp: In function ‘OutputIterator boost::range::set_intersection(const SinglePassRange1&, const SinglePassRange2&, OutputIterator, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check113’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:113:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check114’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:114:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/set_algorithm.hpp: In function ‘OutputIterator boost::range::set_difference(const SinglePassRange1&, const SinglePassRange2&, OutputIterator)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check133’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:133:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check134’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:134:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/set_algorithm.hpp: In function ‘OutputIterator boost::range::set_difference(const SinglePassRange1&, const SinglePassRange2&, OutputIterator, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check147’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:147:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check148’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:148:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/set_algorithm.hpp: In function ‘OutputIterator boost::range::set_symmetric_difference(const SinglePassRange1&, const SinglePassRange2&, OutputIterator)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check168’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:168:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check169’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:169:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/set_algorithm.hpp: In function ‘OutputIterator boost::range::set_symmetric_difference(const SinglePassRange1&, const SinglePassRange2&, OutputIterator, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check183’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:183:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check184’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/set_algorithm.hpp:184:5: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
pwiz/data/identdata/Serializer_pepXML.cpp: In function ‘void pwiz::identdata::{anonymous}::write_spectrum_queries(pwiz::minimxml::XMLWriter&, const pwiz::identdata::IdentData&, const string&, const pwiz::util::IterationListenerRegistry*)’:
pwiz/data/identdata/Serializer_pepXML.cpp:781:52: warning: ‘lastSpectrumIndex’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (sii.chargeState != lastChargeState || spectrumIndex != lastSpectrumIndex)
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/identdata/Serializer_mzid.cpp -o pwiz/data/identdata/Serializer_mzid.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/has_xxx.hpp:20,
from ./boost/regex/v4/regex_traits.hpp:56,
from ./boost/regex/regex_traits.hpp:27,
from ./boost/regex/v4/regex.hpp:39,
from ./boost/regex.hpp:31,
from ./pwiz/data/proteome/Digestion.hpp:33,
from pwiz/data/identdata/IdentData.hpp:30,
from pwiz/data/identdata/Serializer_mzid.hpp:28,
from pwiz/data/identdata/Serializer_mzid.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/identdata/IO.cpp -o pwiz/data/identdata/IO.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/has_xxx.hpp:20,
from ./boost/regex/v4/regex_traits.hpp:56,
from ./boost/regex/regex_traits.hpp:27,
from ./boost/regex/v4/regex.hpp:39,
from ./boost/regex.hpp:31,
from ./pwiz/data/proteome/Digestion.hpp:33,
from pwiz/data/identdata/IdentData.hpp:30,
from pwiz/data/identdata/IO.hpp:27,
from pwiz/data/identdata/IO.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/identdata/Version.cpp -o pwiz/data/identdata/Version.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/identdata/References.cpp -o pwiz/data/identdata/References.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/has_xxx.hpp:20,
from ./boost/regex/v4/regex_traits.hpp:56,
from ./boost/regex/regex_traits.hpp:27,
from ./boost/regex/v4/regex.hpp:39,
from ./boost/regex.hpp:31,
from ./pwiz/data/proteome/Digestion.hpp:33,
from pwiz/data/identdata/IdentData.hpp:30,
from pwiz/data/identdata/References.hpp:29,
from pwiz/data/identdata/References.cpp:25:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
pwiz/data/identdata/References.cpp: In function ‘void pwiz::identdata::References::resolve(std::vector<boost::shared_ptr<pwiz::identdata::Contact> >&, pwiz::identdata::IdentData&)’:
pwiz/data/identdata/References.cpp:148:17: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
else if (dynamic_cast<Person*>(c.get()))
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/proteome/Modification.cpp -o pwiz/data/proteome/Modification.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/utility/misc/Environment.hpp:24,
from ./pwiz/utility/misc/Std.hpp:29,
from pwiz/data/proteome/Modification.cpp:30:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/proteome/Digestion.cpp -o pwiz/data/proteome/Digestion.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/has_xxx.hpp:20,
from ./boost/regex/v4/regex_traits.hpp:56,
from ./boost/regex/regex_traits.hpp:27,
from ./boost/regex/v4/regex.hpp:39,
from ./boost/regex.hpp:31,
from pwiz/data/proteome/Digestion.hpp:33,
from pwiz/data/proteome/Digestion.cpp:27:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
In file included from ./boost/bind/bind.hpp:29:0,
from ./boost/bind.hpp:22,
from ./boost/thread/pthread/once_atomic.hpp:19,
from ./boost/thread/once.hpp:20,
from ./boost_aux/boost/utility/detail/singleton_manager.hpp:18,
from ./boost_aux/boost/utility/singleton.hpp:19,
from ./pwiz/utility/misc/Singleton.hpp:26,
from pwiz/data/proteome/Digestion.cpp:33:
./boost/bind/arg.hpp: In constructor ‘boost::arg<I>::arg(const T&)’:
./boost/bind/arg.hpp:37:22: warning: typedef ‘T_must_be_placeholder’ locally defined but not used [-Wunused-local-typedefs]
typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/proteome/Peptide.cpp -o pwiz/data/proteome/Peptide.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/utility/misc/Environment.hpp:24,
from ./pwiz/utility/misc/Std.hpp:29,
from pwiz/data/proteome/Peptide.cpp:31:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
In file included from ./boost/bind/bind.hpp:29:0,
from ./boost/bind.hpp:22,
from ./boost/thread/pthread/once_atomic.hpp:19,
from ./boost/thread/once.hpp:20,
from ./boost_aux/boost/utility/detail/singleton_manager.hpp:18,
from ./boost_aux/boost/utility/singleton.hpp:19,
from ./pwiz/utility/misc/Singleton.hpp:26,
from pwiz/data/proteome/Peptide.cpp:32:
./boost/bind/arg.hpp: In constructor ‘boost::arg<I>::arg(const T&)’:
./boost/bind/arg.hpp:37:22: warning: typedef ‘T_must_be_placeholder’ locally defined but not used [-Wunused-local-typedefs]
typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/data/proteome/AminoAcid.cpp -o pwiz/data/proteome/AminoAcid.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/utility/misc/Environment.hpp:24,
from ./pwiz/utility/misc/Std.hpp:29,
from pwiz/data/proteome/AminoAcid.cpp:27:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
In file included from ./boost/bind/bind.hpp:29:0,
from ./boost/bind.hpp:22,
from ./boost/thread/pthread/once_atomic.hpp:19,
from ./boost/thread/once.hpp:20,
from ./boost_aux/boost/utility/detail/singleton_manager.hpp:18,
from ./boost_aux/boost/utility/singleton.hpp:19,
from ./pwiz/utility/misc/Singleton.hpp:26,
from pwiz/data/proteome/AminoAcid.cpp:30:
./boost/bind/arg.hpp: In constructor ‘boost::arg<I>::arg(const T&)’:
./boost/bind/arg.hpp:37:22: warning: typedef ‘T_must_be_placeholder’ locally defined but not used [-Wunused-local-typedefs]
typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/utility/minimxml/XMLWriter.cpp -o pwiz/utility/minimxml/XMLWriter.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from pwiz/utility/minimxml/XMLWriter.hpp:29,
from pwiz/utility/minimxml/XMLWriter.cpp:25:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
In file included from ./boost/spirit/home/support/char_set/range_run.hpp:55:0,
from ./boost/spirit/home/support/char_set/basic_chset.hpp:19,
from ./boost/spirit/home/karma/char/char.hpp:19,
from ./boost/spirit/home/karma/char.hpp:13,
from ./boost/spirit/home/karma.hpp:13,
from ./boost/spirit/include/karma.hpp:16,
from pwiz/utility/minimxml/XMLWriter.cpp:29:
./boost/spirit/home/support/char_set/range_run_impl.hpp: In function ‘bool boost::spirit::support::detail::try_merge(Run&, Iterator, const Range&)’:
./boost/spirit/home/support/char_set/range_run_impl.hpp:29:48: warning: typedef ‘integer_traits’ locally defined but not used [-Wunused-local-typedefs]
typedef integer_traits<value_type> integer_traits;
^
In file included from ./boost/spirit/home/karma/string.hpp:13:0,
from ./boost/spirit/home/karma.hpp:14,
from ./boost/spirit/include/karma.hpp:16,
from pwiz/utility/minimxml/XMLWriter.cpp:29:
./boost/spirit/home/karma/string/lit.hpp: In member function ‘bool boost::spirit::karma::literal_string<String, CharEncoding, Tag, no_attribute>::generate(OutputIterator&, Context&, const Delimiter&, const Attribute&) const’:
./boost/spirit/home/karma/string/lit.hpp:179:17: warning: typedef ‘extracted_string_type’ locally defined but not used [-Wunused-local-typedefs]
extracted_string_type;
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/utility/minimxml/SAXParser.cpp -o pwiz/utility/minimxml/SAXParser.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from pwiz/utility/minimxml/SAXParser.hpp:31,
from pwiz/utility/minimxml/SAXParser.cpp:28:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
pwiz/utility/minimxml/SAXParser.cpp: In function ‘void pwiz::minimxml::SAXParser::parse(std::istream&, pwiz::minimxml::SAXParser::Handler&)’:
pwiz/utility/minimxml/SAXParser.cpp:514:17: warning: ‘inCDATA’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (inCDATA)
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/utility/chemistry/Chemistry.cpp -o pwiz/utility/chemistry/Chemistry.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/utility/misc/Environment.hpp:24,
from ./pwiz/utility/misc/Std.hpp:29,
from pwiz/utility/chemistry/Chemistry.cpp:28:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
In file included from ./boost/bind/bind.hpp:29:0,
from ./boost/bind.hpp:22,
from ./boost/thread/pthread/once_atomic.hpp:19,
from ./boost/thread/once.hpp:20,
from ./boost_aux/boost/utility/detail/singleton_manager.hpp:18,
from ./boost_aux/boost/utility/singleton.hpp:19,
from ./pwiz/utility/misc/Singleton.hpp:26,
from pwiz/utility/chemistry/Chemistry.cpp:29:
./boost/bind/arg.hpp: In constructor ‘boost::arg<I>::arg(const T&)’:
./boost/bind/arg.hpp:37:22: warning: typedef ‘T_must_be_placeholder’ locally defined but not used [-Wunused-local-typedefs]
typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/utility/chemistry/ChemistryData.cpp -o pwiz/utility/chemistry/ChemistryData.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/utility/chemistry/MZTolerance.cpp -o pwiz/utility/chemistry/MZTolerance.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/utility/misc/Environment.hpp:24,
from ./pwiz/utility/misc/Std.hpp:29,
from pwiz/utility/chemistry/MZTolerance.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/utility/misc/IntegerSet.cpp -o pwiz/utility/misc/IntegerSet.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/utility/misc/Environment.hpp:24,
from ./pwiz/utility/misc/Std.hpp:29,
from pwiz/utility/misc/IntegerSet.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
pwiz/utility/misc/IntegerSet.cpp: In member function ‘bool pwiz::util::IntegerSet::Iterator::operator==(const pwiz::util::IntegerSet::Iterator&) const’:
pwiz/utility/misc/IntegerSet.cpp:307:63: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
return (it_!=end_ && that.it_!=that.end_ && it_==that.it_ && value_==that.value_ ||
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/utility/misc/Base64.cpp -o pwiz/utility/misc/Base64.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/utility/misc/Environment.hpp:24,
from ./pwiz/utility/misc/Std.hpp:29,
from pwiz/utility/misc/Base64.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/utility/misc/IterationListener.cpp -o pwiz/utility/misc/IterationListener.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/utility/misc/Environment.hpp:24,
from pwiz/utility/misc/Std.hpp:29,
from pwiz/utility/misc/IterationListener.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/utility/misc/MSIHandler.cpp -o pwiz/utility/misc/MSIHandler.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/utility/misc/Environment.hpp:24,
from ./pwiz/utility/misc/Std.hpp:29,
from pwiz/utility/misc/MSIHandler.cpp:25:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/utility/misc/Filesystem.cpp -o pwiz/utility/misc/Filesystem.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/type_traits/detail/template_arity_spec.hpp:10,
from ./boost/type_traits/detail/bool_trait_def.hpp:14,
from ./boost/type_traits/is_volatile.hpp:40,
from ./boost/type_traits/remove_const.hpp:14,
from ./boost/range/const_iterator.hpp:25,
from ./boost/range/iterator.hpp:20,
from ./boost/range/begin.hpp:24,
from ./boost/algorithm/string/trim.hpp:16,
from ./boost/algorithm/string.hpp:19,
from pwiz/utility/misc/String.hpp:29,
from pwiz/utility/misc/Filesystem.hpp:29,
from pwiz/utility/misc/Filesystem.cpp:26:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/utility/misc/TabReader.cpp -o pwiz/utility/misc/TabReader.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/utility/misc/Environment.hpp:24,
from ./pwiz/utility/misc/Std.hpp:29,
from pwiz/utility/misc/TabReader.cpp:25:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/utility/misc/random_access_compressed_ifstream.cpp -o pwiz/utility/misc/random_access_compressed_ifstream.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/type_traits/detail/template_arity_spec.hpp:10,
from ./boost/type_traits/detail/bool_trait_def.hpp:14,
from ./boost/type_traits/is_same.hpp:31,
from ./boost/iostreams/detail/path.hpp:31,
from ./boost/iostreams/device/file_descriptor.hpp:26,
from pwiz/utility/misc/random_access_compressed_ifstream.cpp:75:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
In file included from ./boost/bind/bind.hpp:29:0,
from ./boost/bind.hpp:22,
from ./boost/thread/detail/thread.hpp:29,
from ./boost/thread/thread_only.hpp:22,
from ./boost/thread/thread.hpp:12,
from ./boost/thread.hpp:13,
from pwiz/utility/misc/random_access_compressed_ifstream.cpp:83:
./boost/bind/arg.hpp: In constructor ‘boost::arg<I>::arg(const T&)’:
./boost/bind/arg.hpp:37:22: warning: typedef ‘T_must_be_placeholder’ locally defined but not used [-Wunused-local-typedefs]
typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
^
In file included from ./boost/tuple/tuple.hpp:33:0,
from ./boost/thread/detail/async_func.hpp:37,
from ./boost/thread/future.hpp:22,
from ./boost/thread.hpp:24,
from pwiz/utility/misc/random_access_compressed_ifstream.cpp:83:
./boost/tuple/detail/tuple_basic.hpp: In function ‘typename boost::tuples::access_traits<typename boost::tuples::element<N, boost::tuples::cons<HT, TT> >::type>::const_type boost::tuples::get(const boost::tuples::cons<HT, TT>&)’:
./boost/tuple/detail/tuple_basic.hpp:228:45: warning: typedef ‘cons_element’ locally defined but not used [-Wunused-local-typedefs]
typedef BOOST_DEDUCED_TYPENAME impl::type cons_element;
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/utility/misc/SHA1.cpp -o pwiz/utility/misc/SHA1.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/utility/misc/SHA1Calculator.cpp -o pwiz/utility/misc/SHA1Calculator.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/lexical_cast.hpp:37,
from ./pwiz/utility/misc/optimized_lexical_cast.hpp:29,
from ./pwiz/utility/misc/Environment.hpp:24,
from ./pwiz/utility/misc/Std.hpp:29,
from pwiz/utility/misc/SHA1Calculator.cpp:33:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c pwiz/utility/misc/sha1calc.cpp -o pwiz/utility/misc/sha1calc.o
/bin/bash: nc-config: command not found
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/date_time/constrained_value.hpp:16,
from ./boost/date_time/gregorian/greg_weekday.hpp:12,
from ./boost/date_time/gregorian/greg_calendar.hpp:13,
from ./boost/date_time/gregorian/gregorian_types.hpp:19,
from ./boost/date_time/posix_time/posix_time_config.hpp:18,
from ./boost/date_time/posix_time/posix_time_system.hpp:13,
from ./boost/date_time/posix_time/ptime.hpp:12,
from ./boost/date_time/posix_time/posix_time.hpp:15,
from ./boost/date_time/local_time/local_time.hpp:11,
from pwiz/utility/misc/DateTime.hpp:25,
from pwiz/utility/misc/unit.hpp:29,
from pwiz/utility/misc/sha1calc.cpp:25:
./boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Model));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableGenerator<Func, Return>::˜AdaptableGenerator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check453’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:453:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableUnaryFunction<Func, Return, Arg>::˜AdaptableUnaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check465’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:465:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check466’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:466:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::AdaptableBinaryFunction<Func, Return, First, Second>::˜AdaptableBinaryFunction()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check484’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:484:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check485’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:485:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check486’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:486:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
^
./boost/concept_check.hpp: In destructor ‘boost::InputIterator<TT>::˜InputIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check517’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:517:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check518’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:518:9: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardIterator<TT>::˜ForwardIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check551’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:548:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::BidirectionalIterator<TT>::˜BidirectionalIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check579’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:576:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessIterator<TT>::˜RandomAccessIterator()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check609’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:606:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Convertible<
^
./boost/concept_check.hpp: In destructor ‘boost::Container<C>::˜Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check653’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:653:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_Container<C>::˜Mutable_Container()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check681’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:680:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check683’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:683:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::ForwardContainer<C>::˜ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check703’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:700:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ForwardContainer<C>::˜Mutable_ForwardContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check716’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:713:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::ReversibleContainer<C>::˜ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check731’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:729:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check733’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:733:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_ReversibleContainer<C>::˜Mutable_ReversibleContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check755’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:755:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check756’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:756:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::RandomAccessContainer<C>::˜RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check776’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:773:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept_check.hpp: In destructor ‘boost::Mutable_RandomAccessContainer<C>::˜Mutable_RandomAccessContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check800’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:800:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check801’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:801:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
^
./boost/concept_check.hpp: In destructor ‘boost::AssociativeContainer<C>::˜AssociativeContainer()’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check905’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:905:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check908’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/concept_check.hpp:908:11: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check172’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check173’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/range/algorithm/equal.hpp: In function ‘bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check185’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check186’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/range/concepts.hpp:92:45: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
#define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
^
./boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro ‘BOOST_RANGE_CONCEPT_ASSERT’
BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check69’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:65:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check74’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:70:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check103’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:99:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check108’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:104:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check139’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:135:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check144’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:140:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘OutputIteratorT boost::algorithm::find_format_all_copy(OutputIteratorT, const RangeT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check188’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:184:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check193’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:189:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘SequenceT boost::algorithm::find_format_all_copy(const SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check223’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:219:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check228’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:224:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/find_format.hpp: In function ‘void boost::algorithm::find_format_all(SequenceT&, FinderT, FormatterT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check261’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:257:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check266’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/find_format.hpp:262:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
In file included from ./boost/date_time/period_parser.hpp:15:0,
from ./boost/date_time/date_facet.hpp:23,
from ./boost/date_time/gregorian/gregorian_io.hpp:16,
from ./boost/date_time/gregorian/gregorian.hpp:31,
from ./boost/date_time/posix_time/time_formatters.hpp:12,
from ./boost/date_time/posix_time/posix_time.hpp:24,
from ./boost/date_time/local_time/local_time.hpp:11,
from pwiz/utility/misc/DateTime.hpp:25,
from pwiz/utility/misc/unit.hpp:29,
from pwiz/utility/misc/sha1calc.cpp:25:
./boost/date_time/string_convert.hpp: In function ‘std::basic_string<OutputT> boost::date_time::convert_string_type(const std::basic_string<_CharT>&)’:
./boost/date_time/string_convert.hpp:24:39: warning: typedef ‘input_type’ locally defined but not used [-Wunused-local-typedefs]
typedef std::basic_string<InputT> input_type;
^
In file included from ./boost/date_time/format_date_parser.hpp:16:0,
from ./boost/date_time/date_generator_parser.hpp:20,
from ./boost/date_time/date_facet.hpp:25,
from ./boost/date_time/gregorian/gregorian_io.hpp:16,
from ./boost/date_time/gregorian/gregorian.hpp:31,
from ./boost/date_time/posix_time/time_formatters.hpp:12,
from ./boost/date_time/posix_time/posix_time.hpp:24,
from ./boost/date_time/local_time/local_time.hpp:11,
from pwiz/utility/misc/DateTime.hpp:25,
from pwiz/utility/misc/unit.hpp:29,
from pwiz/utility/misc/sha1calc.cpp:25:
./boost/date_time/strings_from_facet.hpp: In function ‘std::vector<std::basic_string<_CharT> > boost::date_time::gather_month_strings(const std::locale&, bool)’:
./boost/date_time/strings_from_facet.hpp:38:43: warning: typedef ‘ostream_type’ locally defined but not used [-Wunused-local-typedefs]
typedef std::basic_ostringstream<charT> ostream_type;
^
./boost/date_time/strings_from_facet.hpp: In function ‘std::vector<std::basic_string<_CharT> > boost::date_time::gather_weekday_strings(const std::locale&, bool)’:
./boost/date_time/strings_from_facet.hpp:89:43: warning: typedef ‘ostream_type’ locally defined but not used [-Wunused-local-typedefs]
typedef std::basic_ostringstream<charT> ostream_type;
^
In file included from ./boost/date_time/gregorian/parsers.hpp:13:0,
from ./boost/date_time/gregorian/gregorian.hpp:34,
from ./boost/date_time/posix_time/time_formatters.hpp:12,
from ./boost/date_time/posix_time/posix_time.hpp:24,
from ./boost/date_time/local_time/local_time.hpp:11,
from pwiz/utility/misc/DateTime.hpp:25,
from pwiz/utility/misc/unit.hpp:29,
from pwiz/utility/misc/sha1calc.cpp:25:
./boost/date_time/date_parsing.hpp: In function ‘date_type boost::date_time::parse_date(const string&, int)’:
./boost/date_time/date_parsing.hpp:116:45: warning: typedef ‘year_type’ locally defined but not used [-Wunused-local-typedefs]
typedef typename date_type::year_type year_type;
^
./boost/date_time/date_parsing.hpp: In function ‘date_type boost::date_time::parse_undelimited_date(const string&)’:
./boost/date_time/date_parsing.hpp:163:45: warning: typedef ‘year_type’ locally defined but not used [-Wunused-local-typedefs]
typedef typename date_type::year_type year_type;
^
In file included from ./boost/date_time/posix_time/posix_time.hpp:31:0,
from ./boost/date_time/local_time/local_time.hpp:11,
from pwiz/utility/misc/DateTime.hpp:25,
from pwiz/utility/misc/unit.hpp:29,
from pwiz/utility/misc/sha1calc.cpp:25:
./boost/date_time/posix_time/posix_time_io.hpp: In function ‘std::basic_ostream<_CharT, _Traits>& boost::posix_time::operator<<(std::basic_ostream<_CharT, _Traits>&, const boost::posix_time::ptime&)’:
./boost/date_time/posix_time/posix_time_io.hpp:50:51: warning: typedef ‘std_ptime_facet’ locally defined but not used [-Wunused-local-typedefs]
typedef std::time_put<CharT> std_ptime_facet;
^
./boost/date_time/posix_time/posix_time_io.hpp: In function ‘std::basic_ostream<_CharT, _Traits>& boost::posix_time::operator<<(std::basic_ostream<_CharT, _Traits>&, const time_period&)’:
./boost/date_time/posix_time/posix_time_io.hpp:117:51: warning: typedef ‘std_time_facet’ locally defined but not used [-Wunused-local-typedefs]
typedef std::time_put<CharT> std_time_facet;
^
./boost/date_time/posix_time/posix_time_io.hpp: In function ‘std::basic_ostream<_CharT, _Traits>& boost::posix_time::operator<<(std::basic_ostream<_CharT, _Traits>&, const boost::posix_time::time_duration&)’:
./boost/date_time/posix_time/posix_time_io.hpp:183:51: warning: typedef ‘std_ptime_facet’ locally defined but not used [-Wunused-local-typedefs]
typedef std::time_put<CharT> std_ptime_facet;
^
In file included from ./boost/date_time/local_time/local_time.hpp:15:0,
from pwiz/utility/misc/DateTime.hpp:25,
from pwiz/utility/misc/unit.hpp:29,
from pwiz/utility/misc/sha1calc.cpp:25:
./boost/date_time/local_time/local_time_io.hpp: In function ‘std::basic_ostream<_CharT, _Traits>& boost::local_time::operator<<(std::basic_ostream<_CharT, _Traits>&, const local_date_time&)’:
./boost/date_time/local_time/local_time_io.hpp:39:34: warning: typedef ‘std_time_facet’ locally defined but not used [-Wunused-local-typedefs]
typedef std::time_put<CharT> std_time_facet;
^
./boost/date_time/local_time/local_time_io.hpp: In function ‘std::basic_ostream<_CharT, _Traits>& boost::local_time::operator<<(std::basic_ostream<_CharT, _Traits>&, const local_time_period&)’:
./boost/date_time/local_time/local_time_io.hpp:126:34: warning: typedef ‘std_time_facet’ locally defined but not used [-Wunused-local-typedefs]
typedef std::time_put<CharT> std_time_facet;
^
In file included from ./boost/mpl/aux_/integral_wrapper.hpp:22:0,
from ./boost/mpl/int.hpp:20,
from ./boost/mpl/lambda_fwd.hpp:23,
from ./boost/mpl/aux_/na_spec.hpp:18,
from ./boost/mpl/if.hpp:19,
from ./boost/date_time/constrained_value.hpp:16,
from ./boost/date_time/gregorian/greg_weekday.hpp:12,
from ./boost/date_time/gregorian/greg_calendar.hpp:13,
from ./boost/date_time/gregorian/gregorian_types.hpp:19,
from ./boost/date_time/posix_time/posix_time_config.hpp:18,
from ./boost/date_time/posix_time/posix_time_system.hpp:13,
from ./boost/date_time/posix_time/ptime.hpp:12,
from ./boost/date_time/posix_time/posix_time.hpp:15,
from ./boost/date_time/local_time/local_time.hpp:11,
from pwiz/utility/misc/DateTime.hpp:25,
from pwiz/utility/misc/unit.hpp:29,
from pwiz/utility/misc/sha1calc.cpp:25:
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_find(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check81’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:77:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
./boost/algorithm/string/iter_find.hpp: In function ‘SequenceSequenceT& boost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT)’:
./boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check151’ locally defined but not used [-Wunused-local-typedefs]
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’
# define BOOST_PP_CAT_I(a, b) a ## b
^
./boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’
BOOST_PP_CAT(boost_concept_check,__LINE__)
^
./boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’
BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
^
./boost/algorithm/string/iter_find.hpp:148:13: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’
BOOST_CONCEPT_ASSERT((
^
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c random_access_gzFile.cpp -o random_access_gzFile.o
/bin/bash: nc-config: command not found
g++ -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c rampR.cpp -o rampR.o
/bin/bash: nc-config: command not found
gcc -std=gnu99 -I/home/biocbuild/bbs-3.1-bioc/R/include -DNDEBUG -D_LARGEFILE_SOURCE -I./boost_aux/ -I. -DHAVE_PWIZ_MZML_LIB -D_NODEBUG -DWITHOUT_MZ5 -I./boost `nc-config --cflags || /bin/true` -I/usr/local/include -I"/home/biocbuild/bbs-3.1-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.1-bioc/R/library/zlibbioc/include" -fpic -g -O2 -Wall -c R_init_mzR.c -o R_init_mzR.o
/bin/bash: nc-config: command not found
/bin/bash: line 1: nc-config: command not found
g++ -shared -L/home/biocbuild/bbs-3.1-bioc/R/lib -L/usr/local/lib -o mzR.so cramp.o ramp_base64.o ramp.o RcppRamp.o RcppRampModule.o rnetCDF.o RcppPwiz.o RcppPwizModule.o RcppIdent.o RcppIdentModule.o ./boost/system/src/error_code.o ./boost/regex/src/posix_api.o ./boost/regex/src/fileiter.o ./boost/regex/src/regex_raw_buffer.o ./boost/regex/src/cregex.o ./boost/regex/src/regex_debug.o ./boost/regex/src/instances.o ./boost/regex/src/icu.o ./boost/regex/src/usinstances.o ./boost/regex/src/regex.o ./boost/regex/src/wide_posix_api.o ./boost/regex/src/regex_traits_defaults.o ./boost/regex/src/winstances.o ./boost/regex/src/wc_regex_traits.o ./boost/regex/src/c_regex_traits.o ./boost/regex/src/cpp_regex_traits.o ./boost/regex/src/static_mutex.o ./boost/regex/src/w32_regex_traits.o ./boost/iostreams/src/zlib.o ./boost/iostreams/src/file_descriptor.o ./boost/thread/src/pthread/once.o ./boost/thread/src/pthread/thread.o ./boost/filesystem/src/operations.o ./boost/filesystem/src/path.o ./boost/filesystem/src/utf8_codecvt_facet.o ./pwiz/data/msdata/Version.o ./pwiz/data/common/MemoryIndex.o ./pwiz/data/common/CVTranslator.o ./pwiz/data/common/cv.o ./pwiz/data/common/ParamTypes.o ./pwiz/data/common/BinaryIndexStream.o ./pwiz/data/common/diff_std.o ./pwiz/data/common/Unimod.o ./pwiz/data/msdata/SpectrumList_MGF.o ./pwiz/data/msdata/DefaultReaderList.o ./pwiz/data/msdata/ChromatogramList_mzML.o ./pwiz/data/msdata/examples.o ./pwiz/data/msdata/Serializer_mzML.o ./pwiz/data/msdata/Serializer_MSn.o ./pwiz/data/msdata/Reader.o ./pwiz/data/msdata/Serializer_MGF.o ./pwiz/data/msdata/Serializer_mzXML.o ./pwiz/data/msdata/SpectrumList_mzML.o ./pwiz/data/msdata/SpectrumList_MSn.o ./pwiz/data/msdata/BinaryDataEncoder.o ./pwiz/data/msdata/Diff.o ./pwiz/data/msdata/MSData.o ./pwiz/data/msdata/References.o ./pwiz/data/msdata/SpectrumList_mzXML.o ./pwiz/data/msdata/IO.o ./pwiz/data/msdata/SpectrumList_BTDX.o ./pwiz/data/msdata/SpectrumInfo.o ./pwiz/data/msdata/RAMPAdapter.o ./pwiz/data/msdata/LegacyAdapter.o ./pwiz/data/msdata/SpectrumIterator.o ./pwiz/data/msdata/MSDataFile.o ./pwiz/data/msdata/MSNumpress.o ./pwiz/data/msdata/SpectrumListCache.o ./pwiz/data/msdata/Index_mzML.o ./pwiz/data/identdata/IdentDataFile.o ./pwiz/data/identdata/IdentData.o ./pwiz/data/identdata/DefaultReaderList.o ./pwiz/data/identdata/Reader.o ./pwiz/data/identdata/Serializer_protXML.o ./pwiz/data/identdata/Serializer_pepXML.o ./pwiz/data/identdata/Serializer_mzid.o ./pwiz/data/identdata/IO.o ./pwiz/data/identdata/Version.o ./pwiz/data/identdata/References.o ./pwiz/data/proteome/Modification.o ./pwiz/data/proteome/Digestion.o ./pwiz/data/proteome/Peptide.o ./pwiz/data/proteome/AminoAcid.o ./pwiz/utility/minimxml/XMLWriter.o ./pwiz/utility/minimxml/SAXParser.o ./pwiz/utility/chemistry/Chemistry.o ./pwiz/utility/chemistry/ChemistryData.o ./pwiz/utility/chemistry/MZTolerance.o ./pwiz/utility/misc/IntegerSet.o ./pwiz/utility/misc/Base64.o ./pwiz/utility/misc/IterationListener.o ./pwiz/utility/misc/MSIHandler.o ./pwiz/utility/misc/Filesystem.o ./pwiz/utility/misc/TabReader.o ./pwiz/utility/misc/random_access_compressed_ifstream.o ./pwiz/utility/misc/SHA1.o ./pwiz/utility/misc/SHA1Calculator.o ./pwiz/utility/misc/sha1calc.o ./random_access_gzFile.o rampR.o R_init_mzR.o -lpthread -lnetcdf -L/home/biocbuild/bbs-3.1-bioc/R/lib -lR
/bin/bash: line 2: nc-config: command not found
installing to /home/biocbuild/bbs-3.1-bioc/meat/mzR.Rcheck/mzR/libs
** R
** inst
** preparing package for lazy loading
Creating a generic function for ‘close’ from package ‘base’ in package ‘mzR’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (mzR)