mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Removed level 0 from pragma push
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@763 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
ea5cdca86d
commit
c5eece441c
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ namespace detail
|
|||
BOOST_TEST_SINGLETON_INST( error_mutex )
|
||||
|
||||
#ifdef BOOST_MSVC
|
||||
# pragma warning( push, 0 )
|
||||
# pragma warning( push )
|
||||
# pragma warning( disable: 4702 )
|
||||
#endif
|
||||
template< typename Result, typename Error >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue