Skip to content

Commit

Permalink
Revert "this is the only way to get all the VS2010 warnings to shtop …
Browse files Browse the repository at this point in the history
…- they won't turn off locally within our own sources"

This reverts commit f0cd28a.
  • Loading branch information
hobu committed Mar 26, 2012
1 parent f0cd28a commit b586d04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
6 changes: 1 addition & 5 deletions boost/boost/concept_check.hpp
Expand Up @@ -343,11 +343,7 @@ namespace pdalboost{} namespace boost = pdalboost; namespace pdalboost{
// in class without a constructor [-Wuninitialized])
UnaryFunction();
#endif
#if defined(BOOST_MSVC) /* mpg */
// not implemented
UnaryFunction();
UnaryFunction& operator=(const UnaryFunction&);
#endif

Func f;
Arg arg;
};
Expand Down
5 changes: 0 additions & 5 deletions boost/boost/parameter/aux_/default.hpp
Expand Up @@ -20,11 +20,6 @@ struct default_
{}

Value& value;

#if defined(BOOST_MSVC) /* mpg */
// not implemented
default_& operator=(const default_&);
#endif
};

//
Expand Down

0 comments on commit b586d04

Please sign in to comment.