Compare commits

...

2 Commits

Author SHA1 Message Date
da8f2d028e v2, v3, integration branch
[SVN r62649]
2010-06-09 11:34:33 +00:00
16f0a0aaaf Expose the "types" typedef of boost::optional_detail::operator_base as
public, rather than protected, since Spirit pokes at this typedef. 


[SVN r61832]
2010-05-06 21:44:18 +00:00
2 changed files with 2 additions and 0 deletions

0
doc/html/boostbook.css Executable file → Normal file
View File

View File

@ -173,8 +173,10 @@ class optional_base : public optional_tag
typedef BOOST_DEDUCED_TYPENAME is_reference<T>::type is_reference_predicate ;
public:
typedef BOOST_DEDUCED_TYPENAME mpl::if_<is_reference_predicate,types_when_ref,types_when_not_ref>::type types ;
protected:
typedef bool (this_type::*unspecified_bool_type)() const;
typedef BOOST_DEDUCED_TYPENAME types::reference_type reference_type ;