Changeset bffe54
- Timestamp:
- Sep 29, 2011, 3:42:26 PM (14 years ago)
- Children:
- 5c441e
- Parents:
- 14c940
- git-author:
- Frederik Heber <heber@…> (09/07/11 11:38:17)
- git-committer:
- Frederik Heber <heber@…> (09/29/11 15:42:26)
- File:
-
- 1 edited
-
m4/boost.m4 (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
m4/boost.m4
r14c940 rbffe54 23 23 24 24 m4_define([_BOOST_SERIAL], [m4_translit([ 25 # serial 1 525 # serial 16 26 26 ], [# 27 27 ], [])]) … … 589 589 590 590 591 # BOOST_LOG([PREFERRED-RT-OPT]) 592 # ----------------------------- 593 # Look for Boost.Log For the documentation of PREFERRED-RT-OPT, see the 594 # documentation of BOOST_FIND_LIB above. 595 BOOST_DEFUN([Log], 596 [BOOST_FIND_LIB([log], [$1], 597 [boost/log/core/core.hpp], 598 [boost::log::attribute a; a.get_value();]) 599 ])# BOOST_LOG 600 601 602 # BOOST_LOG_SETUP([PREFERRED-RT-OPT]) 603 # ----------------------------------- 604 # Look for Boost.Log For the documentation of PREFERRED-RT-OPT, see the 605 # documentation of BOOST_FIND_LIB above. 606 BOOST_DEFUN([Log_Setup], 607 [AC_REQUIRE([BOOST_LOG])dnl 608 BOOST_FIND_LIB([log_setup], [$1], 609 [boost/log/utility/init/from_settings.hpp], 610 [boost::log::basic_settings<char> bs; bs.empty();]) 611 ])# BOOST_LOG_SETUP 612 613 591 614 # BOOST_MATH() 592 615 # ------------ … … 628 651 BOOST_DEFUN([Preprocessor], 629 652 [BOOST_FIND_HEADER([boost/preprocessor/repeat.hpp])]) 653 654 655 # BOOST_UNORDERED() 656 # ----------------- 657 # Look for Boost.Unordered 658 BOOST_DEFUN([Unordered], 659 [BOOST_FIND_HEADER([boost/unordered_map.hpp])]) 660 661 662 # BOOST_UUID() 663 # ------------ 664 # Look for Boost.Uuid 665 BOOST_DEFUN([Uuid], 666 [BOOST_FIND_HEADER([boost/uuid/uuid.hpp])]) 630 667 631 668 … … 698 735 [std::ostream* o = 0; // Cheap way to get an ostream... 699 736 boost::archive::text_oarchive t(*o);]) 700 ])# BOOST_S IGNALS737 ])# BOOST_SERIALIZATION 701 738 702 739
Note:
See TracChangeset
for help on using the changeset viewer.
