Browse Source

Explicitly-qualify the use of boost::bind.

It appears that MSVC 10 puts tr1's bind into std namespace, which
clases with boost::bind thanks to ADL.
Closes #3072. Patch from Richard Webb.


[SVN r53700]
Vladimir Prus 17 years ago
parent
commit
c503370175
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/program_options

+ 1 - 1
libs/program_options

@@ -1 +1 @@
-Subproject commit 55a1a045a3a021d4e41c90a22a87892b87575b85
+Subproject commit badade784298ff646b7867f8da5da80a212ae40b

粤ICP备19079148号